Package org.organicdesign.fp.collections
Interface UnmodSortedIterator<E>
-
- All Superinterfaces:
java.util.Iterator<E>,UnmodIterator<E>
- All Known Subinterfaces:
UnmodListIterator<E>
- All Known Implementing Classes:
UnmodMap.UnEntry.EntryToUnEntrySortedIter,UnmodMap.UnEntry.UnmodSortedKeyIter,UnmodMap.UnEntry.UnmodSortedValIter,UnmodSortedIterator.Wrapper
public interface UnmodSortedIterator<E> extends UnmodIterator<E>
This represents an iterator with a guaranteed ordering.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnmodSortedIterator.Wrapper<E>-
Nested classes/interfaces inherited from interface org.organicdesign.fp.collections.UnmodIterator
UnmodIterator.UnIterator
-
-
Method Summary
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodIterator
remove
-
-