public class EmptyOrderedMapIterator<K,V> extends AbstractEmptyMapIterator<K,V> implements OrderedMapIterator<K,V>, ResettableIterator<K>
| Modifier and Type | Field and Description |
|---|---|
static OrderedMapIterator |
INSTANCE
Singleton instance of the iterator.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyOrderedMapIterator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> OrderedMapIterator<K,V> |
emptyOrderedMapIterator()
Get a typed instance of the iterator.
|
getKey, getValue, setValueadd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasPrevious, previousgetKey, getValue, hasNext, next, remove, setValueresetpublic static final OrderedMapIterator INSTANCE
public static <K,V> OrderedMapIterator<K,V> emptyOrderedMapIterator()
K - the key typeV - the value typeOrderedMapIterator