public static class BinningIndexContent.BinList extends Object implements Iterable<Bin>
Modifier and Type | Field and Description |
---|---|
int |
maxBinNumber |
int |
numberOfNonNullBins |
Constructor and Description |
---|
BinList(Bin[] binArray,
int numberOfNonNullBins) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<Bin> |
iterator() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int numberOfNonNullBins
public final int maxBinNumber
public BinList(Bin[] binArray, int numberOfNonNullBins)
binArray
- a sparse array representation of the bins. The index into the array is the bin number.numberOfNonNullBins
-