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, getValuevoid remove()
MapCursor.remove(), it is no longer valid to call UnmodifiableMapCursor.getKey() or UnmodifiableMapCursor.getValue() on
 the current entry.