Interface LongGraphPropertyValues
-
- All Superinterfaces:
GraphPropertyValues,PropertyValues
public interface LongGraphPropertyValues extends GraphPropertyValues
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.util.stream.DoubleStreamdoubleValues()java.util.stream.LongStreamlongValues()default java.util.stream.Stream<java.lang.Long>objects()static LongGraphPropertyValuesofLongStream(java.util.stream.LongStream longStream)default java.util.stream.Stream<org.neo4j.values.storable.Value>values()default org.neo4j.gds.api.nodeproperties.ValueTypevalueType()-
Methods inherited from interface org.neo4j.gds.api.properties.graph.GraphPropertyValues
doubleArrayValues, floatArrayValues, longArrayValues
-
Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues
release, size, unsupportedTypeException
-
-
-
-
Method Detail
-
longValues
java.util.stream.LongStream longValues()
- Specified by:
longValuesin interfaceGraphPropertyValues
-
objects
default java.util.stream.Stream<java.lang.Long> objects()
- Specified by:
objectsin interfaceGraphPropertyValues
-
values
default java.util.stream.Stream<org.neo4j.values.storable.Value> values()
- Specified by:
valuesin interfaceGraphPropertyValues
-
valueType
default org.neo4j.gds.api.nodeproperties.ValueType valueType()
- Specified by:
valueTypein interfacePropertyValues
-
doubleValues
default java.util.stream.DoubleStream doubleValues()
- Specified by:
doubleValuesin interfaceGraphPropertyValues
-
ofLongStream
static LongGraphPropertyValues ofLongStream(java.util.stream.LongStream longStream)
-
-