com.espertech.esper.collection.apachecommons
Class EmptyMapIterator
java.lang.Object
com.espertech.esper.collection.apachecommons.EmptyMapIterator
- All Implemented Interfaces:
- MapIterator, ResettableIterator, java.util.Iterator
public class EmptyMapIterator
- extends java.lang.Object
- implements MapIterator, ResettableIterator
Provides an implementation of an empty map iterator.
- Since:
- Commons Collections 3.1
- Version:
- $Revision$ $Date$
- Author:
- Stephen Colebourne
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final MapIterator INSTANCE
- Singleton instance of the iterator.
- Since:
- Commons Collections 3.1
EmptyMapIterator
protected EmptyMapIterator()
- Constructor.
hasNext
public boolean hasNext()
next
public java.lang.Object next()
hasPrevious
public boolean hasPrevious()
previous
public java.lang.Object previous()
nextIndex
public int nextIndex()
previousIndex
public int previousIndex()
add
public void add(java.lang.Object obj)
set
public void set(java.lang.Object obj)
remove
public void remove()
getKey
public java.lang.Object getKey()
getValue
public java.lang.Object getValue()
setValue
public java.lang.Object setValue(java.lang.Object value)
reset
public void reset()