org.apache.commons.collections.iterators
Class EmptyIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractEmptyIterator
org.apache.commons.collections.iterators.EmptyIterator
- Iterator, ResettableIterator
public class EmptyIterator
extends org.apache.commons.collections.iterators.AbstractEmptyIterator
Provides an implementation of an empty iterator.
This class provides an implementation of an empty iterator.
This class provides for binary compatability between Commons Collections
2.1.1 and 3.1 due to issues with
IteratorUtils
.
$Revision: 1.1 $ $Date: 2004/05/22 09:46:39 $- Commons Collections 2.1.1 and 3.1
add , getKey , getValue , hasNext , hasPrevious , next , nextIndex , previous , previousIndex , remove , reset , set , setValue |
INSTANCE
public static final Iterator INSTANCE
Singleton instance of the iterator.
- Commons Collections 2.1.1 and 3.1
RESETTABLE_INSTANCE
public static final ResettableIterator RESETTABLE_INSTANCE
Singleton instance of the iterator.
EmptyIterator
protected EmptyIterator()
Constructor.
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.