org.openrdf.util.iterators
Class EmptyIterator<E>
java.lang.Object
org.openrdf.util.iterators.EmptyIterator<E>
- All Implemented Interfaces:
- Iterator<E>
public class EmptyIterator<E>
- extends Object
- implements Iterator<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()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<E>
next
public E next()
- Specified by:
next in interface Iterator<E>
remove
public void remove()
- Specified by:
remove in interface Iterator<E>
Copyright © 2001-2012 Aduna. All Rights Reserved.