K
- the type of keysV
- the type of mapped valuespublic abstract class AbstractEmptyMapIterator<K,V> extends Object
Constructor and Description |
---|
AbstractEmptyMapIterator()
Create a new AbstractEmptyMapIterator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(E obj) |
K |
getKey() |
V |
getValue() |
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
reset() |
void |
set(E obj) |
V |
setValue(V value) |
public AbstractEmptyMapIterator()
public K getKey()
public V getValue()
public boolean hasNext()
public E next()
public boolean hasPrevious()
public E previous()
public int nextIndex()
public int previousIndex()
public void add(E obj)
public void set(E obj)
public void remove()
public void reset()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.