edu.indiana.iucbrf.feature
Class AbstractFeatureCollection.Key_KeyText_EntryIterator

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

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

An iterator whose keys are FeatureKeys and whose values are the toString()s of those FeatureKeys.


Constructor Summary
AbstractFeatureCollection.Key_KeyText_EntryIterator(java.util.Iterator keyIterator)
           
 
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.Key_KeyText_EntryIterator

public AbstractFeatureCollection.Key_KeyText_EntryIterator(java.util.Iterator keyIterator)
Parameters:
keyIterator - An iterator on the FeatureKeys of interest.
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