Interface DoubleGraphPropertyValues
-
- All Superinterfaces:
GraphPropertyValues,PropertyValues
public interface DoubleGraphPropertyValues extends GraphPropertyValues
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.stream.DoubleStreamdoubleValues()default java.util.stream.Stream<java.lang.Double>objects()static DoubleGraphPropertyValuesofDoubleStream(java.util.stream.DoubleStream doubleStream)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, longValues
-
Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues
release, size, unsupportedTypeException
-
-
-
-
Method Detail
-
doubleValues
java.util.stream.DoubleStream doubleValues()
- Specified by:
doubleValuesin interfaceGraphPropertyValues
-
objects
default java.util.stream.Stream<java.lang.Double> 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
-
ofDoubleStream
static DoubleGraphPropertyValues ofDoubleStream(java.util.stream.DoubleStream doubleStream)
-
-