Class EmptyOrderedMapIterator<K,V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator<K,V>
org.apache.openjpa.lib.util.collections.EmptyOrderedMapIterator<K,V>
- Type Parameters:
K
- the type of keysV
- the type of mapped values
- All Implemented Interfaces:
Iterator<K>
,MapIterator<K,
,V> OrderedIterator<K>
,OrderedMapIterator<K,
,V> ResettableIterator<K>
public class EmptyOrderedMapIterator<K,V>
extends AbstractEmptyMapIterator<K,V>
implements OrderedMapIterator<K,V>, ResettableIterator<K>
Provides an implementation of an empty ordered map iterator.
- Since:
- 3.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OrderedMapIterator
Singleton instance of the iterator. -
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator
getKey, getValue, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface org.apache.openjpa.lib.util.collections.MapIterator
getKey, getValue, hasNext, next, remove, setValue
Methods inherited from interface org.apache.openjpa.lib.util.collections.OrderedMapIterator
hasPrevious, previous
Methods inherited from interface org.apache.openjpa.lib.util.collections.ResettableIterator
reset
-
Field Details
-
INSTANCE
Singleton instance of the iterator.- Since:
- 3.1
-
-
Constructor Details
-
EmptyOrderedMapIterator
protected EmptyOrderedMapIterator()Constructor.
-
-
Method Details
-
emptyOrderedMapIterator
Get a typed instance of the iterator.- Type Parameters:
K
- the key typeV
- the value type- Returns:
OrderedMapIterator
<K, V>
-
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()
-