Package eu.simuline.util
Class ListMap.ValuesIterator
- java.lang.Object
-
- eu.simuline.util.ListMap.XIterator
-
- eu.simuline.util.ListMap.ValuesIterator
-
- All Implemented Interfaces:
Iterator<V>
private class ListMap.ValuesIterator extends ListMap.XIterator implements Iterator<V>
Class of iterator of classListMap.Values.- See Also:
ListMap.Values.iterator()
-
-
Field Summary
-
Fields inherited from class eu.simuline.util.ListMap.XIterator
lIter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateValuesIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vnext()-
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
-
-