org.apache.commons.collections.iterators
Class EmptyListIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractEmptyIterator
org.apache.commons.collections.iterators.EmptyListIterator
- Iterator, ListIterator, ResettableIterator, ResettableListIterator
public class EmptyListIterator
extends org.apache.commons.collections.iterators.AbstractEmptyIterator
Provides an implementation of an empty list iterator.
This class provides an implementation of an empty list iterator.
This class provides for binary compatability between Commons Collections
2.1.1 and 3.1 due to issues with
IteratorUtils
.
$Revision: 1.2 $ $Date: 2004/05/26 21:53:18 $- 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 ListIterator INSTANCE
Singleton instance of the iterator.
- Commons Collections 2.1.1 and 3.1
RESETTABLE_INSTANCE
public static final ResettableListIterator RESETTABLE_INSTANCE
Singleton instance of the iterator.
EmptyListIterator
protected EmptyListIterator()
Constructor.
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.