Class EmptyIterator<S>
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.util.iterator.EmptyIterator<S>
 
 
- 
- All Implemented Interfaces:
 Serializable,Iterator<S>
public final class EmptyIterator<S> extends Object implements Iterator<S>, Serializable
- Author:
 - Marko A. Rodriguez (http://markorodriguez.com)
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()static <S> Iterator<S>instance()Snext()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining, remove 
 - 
 
 -