Class EmptyMapIterator
java.lang.Object
com.espertech.esper.common.internal.collection.apachecommons.EmptyMapIterator
- All Implemented Interfaces:
MapIterator
,ResettableIterator
,Iterator
Provides an implementation of an empty map iterator.
- Since:
- Commons Collections 3.1
- Version:
- $Revision$ $Date$
- Author:
- Stephen Colebourne
-
Field Summary
-
Constructor Summary
-
Method Summary
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 com.espertech.esper.common.internal.collection.apachecommons.MapIterator
getKey, getValue, hasNext, next, remove, setValue
Methods inherited from interface com.espertech.esper.common.internal.collection.apachecommons.ResettableIterator
reset
-
Field Details
-
INSTANCE
Singleton instance of the iterator.- Since:
- Commons Collections 3.1
-
-
Constructor Details
-
EmptyMapIterator
protected EmptyMapIterator()Constructor.
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious() -
previous
-
nextIndex
public int nextIndex() -
previousIndex
public int previousIndex() -
add
-
set
-
remove
public void remove() -
getKey
-
getValue
-
setValue
-
reset
public void reset()
-