org.apache.chemistry.opencmis.client.runtime.util
Class EmptyItemIterable.EmptyIterator<V>

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.runtime.util.EmptyItemIterable.EmptyIterator<V>
All Implemented Interfaces:
java.util.Iterator<V>
Enclosing class:
EmptyItemIterable<T>

public static class EmptyItemIterable.EmptyIterator<V>
extends java.lang.Object
implements java.util.Iterator<V>

An empty iterator.


Field Summary
static java.util.Iterator<?> INSTANCE
           
 
Constructor Summary
EmptyItemIterable.EmptyIterator()
           
 
Method Summary
 boolean hasNext()
           
 V next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final java.util.Iterator<?> INSTANCE
Constructor Detail

EmptyItemIterable.EmptyIterator

public EmptyItemIterable.EmptyIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<V>

next

public V next()
Specified by:
next in interface java.util.Iterator<V>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<V>


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.