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