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