info.aduna.collections.iterators
Class EmptyIterator<E>
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.EmptyIteration<E,RuntimeException>
info.aduna.collections.iterators.EmptyIterator<E>
- All Implemented Interfaces:
- CloseableIterator<E>, CloseableIteration<E,RuntimeException>, Iteration<E,RuntimeException>, Closeable, Iterator<E>
public class EmptyIterator<E>
- extends EmptyIteration<E,RuntimeException>
- implements CloseableIterator<E>
An iterator that does not contain any elements.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyIterator
public EmptyIterator()
Copyright © 1997-2008 Aduna. All Rights Reserved.