de.lmu.ifi.dbs.elki.math
Class Histogram.Iter
java.lang.Object
  
de.lmu.ifi.dbs.elki.math.Histogram.Iter
- All Implemented Interfaces: 
 - Iterator<Pair<Double,T>>
 
- Enclosing class:
 - Histogram<T>
 
protected class Histogram.Iter
- extends Object
- implements Iterator<Pair<Double,T>>
  
Iterator class to iterate over all bins.
- Author:
 
  - Erich Schubert
 
| 
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
 
Histogram.Iter
protected Histogram.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>>