org.apache.commons.collections4.iterators
Class AbstractEmptyMapIterator<K,V>
java.lang.Object
org.apache.commons.collections4.iterators.AbstractEmptyMapIterator<K,V>
- Direct Known Subclasses:
- EmptyMapIterator, EmptyOrderedMapIterator
public abstract class AbstractEmptyMapIterator<K,V>
- extends Object
Provides an implementation of an empty map iterator.
- Since:
- 4.0
- Version:
- $Id: AbstractEmptyMapIterator.java 1477802 2013-04-30 20:01:28Z tn $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEmptyMapIterator
public AbstractEmptyMapIterator()
- Create a new AbstractEmptyMapIterator.
getKey
public K getKey()
getValue
public V getValue()
setValue
public V setValue(V value)
hasNext
public boolean hasNext()
next
public E next()
hasPrevious
public boolean hasPrevious()
previous
public E previous()
nextIndex
public int nextIndex()
previousIndex
public int previousIndex()
add
public void add(E obj)
set
public void set(E obj)
remove
public void remove()
reset
public void reset()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.