public interface MapCursor<K,V> extends UnmodifiableMapCursor<K,V>
Modifier and Type | Method and Description |
---|---|
void |
remove()
Remove the current entry from the map.
|
default V |
setValue(V newValue)
Set the value of the current entry.
|
advance, getKey, getValue
void remove()
MapCursor.remove()
, it is no longer valid to call UnmodifiableMapCursor.getKey()
or UnmodifiableMapCursor.getValue()
on
the current entry.