Package eu.simuline.util
Class ListMap.EntriesIterator
- java.lang.Object
-
- eu.simuline.util.ListMap.XIterator
-
- eu.simuline.util.ListMap.EntriesIterator
-
private class ListMap.EntriesIterator extends ListMap.XIterator implements Iterator<Map.Entry<K,V>>
Class of iterator of classListMap.Entries.- See Also:
ListMap.Entries.iterator()
-
-
Field Summary
-
Fields inherited from class eu.simuline.util.ListMap.XIterator
lIter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEntriesIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<K,V>next()-
Methods inherited from class eu.simuline.util.ListMap.XIterator
hasNext, remove
-
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, hasNext, remove
-
-