meshi.util.histogram
Class Histogram.RepresentativesIterator

java.lang.Object
  extended by meshi.util.histogram.Histogram.RepresentativesIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Histogram

private class Histogram.RepresentativesIterator
extends java.lang.Object
implements java.util.Iterator


Nested Class Summary
private  class Histogram.RepresentativesIterator.ThresholdFilter
           
 
Field Summary
(package private)  Histogram.RepresentativesIterator.ThresholdFilter filter
           
(package private)  MeshiIterator internal
           
 
Constructor Summary
Histogram.RepresentativesIterator(double fractionThreshold)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internal

MeshiIterator internal

filter

Histogram.RepresentativesIterator.ThresholdFilter filter
Constructor Detail

Histogram.RepresentativesIterator

public Histogram.RepresentativesIterator(double fractionThreshold)
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator