public class PrimitiveNodeStream extends PrimitiveEntityStream<NodeIdWrapper>
| Constructor and Description |
|---|
PrimitiveNodeStream(LongStream inner) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NodeIdWrapper> |
iterator() |
static PrimitiveNodeStream |
of(long[] array) |
static PrimitiveNodeStream |
of(Object list) |
longStream, primitiveIteratorpublic PrimitiveNodeStream(LongStream inner)
public static PrimitiveNodeStream of(long[] array)
public static PrimitiveNodeStream of(Object list)
public Iterator<NodeIdWrapper> iterator()
iterator in class PrimitiveEntityStream<NodeIdWrapper>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.