org.stringtree.util.sort
Class UniqueSortedIteratorIterator

java.lang.Object
  extended by org.stringtree.util.iterator.AbstractIterator
      extended by org.stringtree.util.sort.SortedIteratorIterator
          extended by org.stringtree.util.sort.UniqueSortedIteratorIterator
All Implemented Interfaces:
java.util.Iterator

public class UniqueSortedIteratorIterator
extends SortedIteratorIterator

A sorted version of another Iterator which skips duplicates


Field Summary
 
Fields inherited from class org.stringtree.util.sort.SortedIteratorIterator
elements, it
 
Constructor Summary
UniqueSortedIteratorIterator(java.util.Iterator it)
           
 
Method Summary
 
Methods inherited from class org.stringtree.util.sort.SortedIteratorIterator
hasNext, next
 
Methods inherited from class org.stringtree.util.iterator.AbstractIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueSortedIteratorIterator

public UniqueSortedIteratorIterator(java.util.Iterator it)