org.apache.chemistry.opencmis.client.runtime.util
Class EmptyItemIterable.EmptyIterator<V>
java.lang.Object
org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator<V>
- All Implemented Interfaces:
- Iterator<V>
- Enclosing class:
- EmptyItemIterable<T>
public static class EmptyItemIterable.EmptyIterator<V>
- extends Object
- implements Iterator<V>
An empty iterator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Iterator<?> INSTANCE
EmptyItemIterable.EmptyIterator
public EmptyItemIterable.EmptyIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<V>
next
public V next()
- Specified by:
next
in interface Iterator<V>
remove
public void remove()
- Specified by:
remove
in interface Iterator<V>
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.