Class UpdatableFloatArrayNodeProperty
- java.lang.Object
-
- org.neo4j.gds.core.cypher.nodeproperties.UpdatableFloatArrayNodeProperty
-
- All Implemented Interfaces:
org.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues,org.neo4j.gds.api.properties.nodes.NodePropertyValues,org.neo4j.gds.api.properties.PropertyValues,UpdatableNodeProperty
public class UpdatableFloatArrayNodeProperty extends java.lang.Object implements UpdatableNodeProperty, org.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues
-
-
Constructor Summary
Constructors Constructor Description UpdatableFloatArrayNodeProperty(long nodeCount, float[] defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]floatArrayValue(long nodeId)longsize()voidupdatePropertyValue(long nodeId, org.neo4j.values.storable.Value value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues
doubleArrayValue, getObject, value, valueType
-
-
-
-
Method Detail
-
size
public long size()
- Specified by:
sizein interfaceorg.neo4j.gds.api.properties.PropertyValues
-
floatArrayValue
public float[] floatArrayValue(long nodeId)
- Specified by:
floatArrayValuein interfaceorg.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues- Specified by:
floatArrayValuein interfaceorg.neo4j.gds.api.properties.nodes.NodePropertyValues
-
updatePropertyValue
public void updatePropertyValue(long nodeId, org.neo4j.values.storable.Value value)- Specified by:
updatePropertyValuein interfaceUpdatableNodeProperty
-
-