
protected class ReplacingHistogram.Iter extends Object implements Iterator<DoubleObjPair<T>>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
bin
Current bin number
|
| Modifier | Constructor and Description |
|---|---|
protected |
ReplacingHistogram.Iter() |
public boolean hasNext()
hasNext in interface Iterator<DoubleObjPair<T>>public DoubleObjPair<T> next()
next in interface Iterator<DoubleObjPair<T>>public void remove()
remove in interface Iterator<DoubleObjPair<T>>