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:
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 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()@NotNull 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 java.util.Iterator
forEachRemaining
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodIterator
remove
-
-