E
- The type of the element that this empty iterator will never return.public class EmptyIterator<E> extends Object implements Iterator<E>
EmptyIterator
is an Iterator
that iterates over
nothing.The GNU Lesser General Public License for details.
Constructor and Description |
---|
EmptyIterator()
Construct an
EmptyIterator . |