Class AbstractEmptyMapIterator<K,V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator<K,V>
- Type Parameters:
K
- the type of keysV
- the type of mapped values
- Direct Known Subclasses:
EmptyMapIterator
,EmptyOrderedMapIterator
Provides an implementation of an empty map iterator.
- Since:
- 4.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractEmptyMapIterator
public AbstractEmptyMapIterator()Create a new AbstractEmptyMapIterator.
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious() -
previous
-
nextIndex
public int nextIndex() -
previousIndex
public int previousIndex() -
add
-
set
-
remove
public void remove() -
reset
public void reset()
-