org.apache.commons.collections.iterators
Class EmptyIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractEmptyIterator
org.apache.commons.collections.iterators.EmptyIterator
- Iterator
public final class EmptyIterator
extends org.apache.commons.collections.iterators.AbstractEmptyIterator
implements Iterator
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.2.2 $ $Date: 2004/05/22 11:54:53 $- Commons Collections 2.1.1 and 3.1
static Iterator | INSTANCE - Singleton instance of the iterator.
|
INSTANCE
public static final Iterator INSTANCE
Singleton instance of the iterator.
- Commons Collections 2.1.1 and 3.1
EmptyIterator
protected EmptyIterator()
Constructor.
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.