Package org.organicdesign.fp.collections
Class UnmodMap.UnEntry.EntryToUnEntryIter<K,V>
- java.lang.Object
-
- org.organicdesign.fp.collections.UnmodMap.UnEntry.EntryToUnEntryIter<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<UnmodMap.UnEntry<K,V>>,UnmodIterator<UnmodMap.UnEntry<K,V>>
- Direct Known Subclasses:
UnmodMap.UnEntry.EntryToUnEntrySortedIter
- Enclosing interface:
- UnmodMap.UnEntry<K,V>
public static class UnmodMap.UnEntry.EntryToUnEntryIter<K,V> extends java.lang.Object implements UnmodIterator<UnmodMap.UnEntry<K,V>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.organicdesign.fp.collections.UnmodIterator
UnmodIterator.UnIterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()UnmodMap.UnEntry<K,V>next()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodIterator
remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<K>
-
next
public UnmodMap.UnEntry<K,V> next()
- Specified by:
nextin interfacejava.util.Iterator<K>
-
-