de.lmu.ifi.dbs.elki.math
Class ReplacingHistogram.Iter
java.lang.Object
de.lmu.ifi.dbs.elki.math.ReplacingHistogram.Iter
- All Implemented Interfaces:
- Iterator<Pair<Double,T>>
- Enclosing class:
- ReplacingHistogram<T>
protected class ReplacingHistogram.Iter
- extends Object
- implements Iterator<Pair<Double,T>>
Iterator class to iterate over all bins.
Field Summary |
(package private) int |
bin
Current bin number |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bin
int bin
- Current bin number
ReplacingHistogram.Iter
protected ReplacingHistogram.Iter()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Pair<Double,T>>
next
public Pair<Double,T> next()
- Specified by:
next
in interface Iterator<Pair<Double,T>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Pair<Double,T>>