PairList.Consumer
Modifier and Type | Field and Description |
---|---|
private int |
firstSectionCount |
private int |
gcd |
private FractionalDoubleList |
mergedList |
private int |
secondSectionCount |
Constructor and Description |
---|
FractionalPairList(int firstSectionCount,
int secondSectionCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
forEachPair(PairList.Consumer predicate) |
it.unimi.dsi.fastutil.doubles.DoubleList |
getPairs() |
private final FractionalDoubleList mergedList
private final int firstSectionCount
private final int secondSectionCount
private final int gcd
FractionalPairList(int firstSectionCount, int secondSectionCount)
public boolean forEachPair(PairList.Consumer predicate)
forEachPair
in interface PairList