edu.indiana.iucbrf.feature
Class AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator

java.lang.Object
  extended by edu.indiana.iucbrf.feature.AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator
All Implemented Interfaces:
AbstractFeatureCollection.KeyTextEntryIterator, java.util.Iterator
Enclosing class:
AbstractFeatureCollection

public static class AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator
extends java.lang.Object
implements AbstractFeatureCollection.KeyTextEntryIterator

An iterator over EntryImpl objects, whose keys are FeatureKeys and whose values are the textual descriptions of the features with those FeatureKeys.


Constructor Summary
AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator(java.util.Iterator orderedEntryIterator)
          Takes an iterator over Map.Entry objects, containing a FeatureKey key and a FeatureSpec value.
 
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
 

Constructor Detail

AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator

public AbstractFeatureCollection.Ordered_Key_DescText_EntryIterator(java.util.Iterator orderedEntryIterator)
Takes an iterator over Map.Entry objects, containing a FeatureKey key and a FeatureSpec value.

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