Modifier and Type | Field and Description |
---|---|
private Iterator<? extends Map.Entry<?,E>> |
baseIterator |
Constructor and Description |
---|
MapValueIterator(Map<?,E> sourceMap)
Generates a new
MapValueIterator from a given
Map with the appropriate parameterizations. |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<E>
UnsupportedOperationException
Copyright © 2019. All rights reserved.