public abstract class AbstractEmptyMapIterator<K,V> extends AbstractEmptyIterator<K>
Constructor and Description |
---|
AbstractEmptyMapIterator()
Create a new AbstractEmptyMapIterator.
|
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, set