Package org.neo4j.gds.core.cypher
Class SingleElementIterator<T>
- java.lang.Object
-
- org.neo4j.gds.core.cypher.SingleElementIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
public class SingleElementIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description SingleElementIterator(T element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()
-