org.apache.commons.collections.iterators
Class EmptyMapIterator
java.lang.Objectorg.apache.commons.collections.iterators.AbstractEmptyIteratororg.apache.commons.collections.iterators.EmptyMapIterator
- Iterator, MapIterator, ResettableIterator
public class EmptyMapIterator
extends org.apache.commons.collections.iterators.AbstractEmptyIterator
Provides an implementation of an empty map iterator.
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
add, getKey, getValue, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, reset, set, setValue |
INSTANCE
public static final MapIterator INSTANCE
Singleton instance of the iterator.
EmptyMapIterator
protected EmptyMapIterator()
Constructor.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.