public interface Accumulator
| Modifier and Type | Method and Description |
|---|---|
double |
accumulate(List<Double> pro,
List<Double> contra)
Accumulates the pros and contras of the given list into a
single double.
|
double accumulate(List<Double> pro, List<Double> contra)
pro - some doubles.contra - some doubles.Copyright © 2018. All rights reserved.