Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] floatArrayValue​(long nodeId)  
      long size()  
      void updatePropertyValue​(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
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.NodePropertyValues

        doubleValue, getMaxDoublePropertyValue, getMaxLongPropertyValue, longArrayValue, longValue
      • Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues

        release, unsupportedTypeException
    • Constructor Detail

      • UpdatableFloatArrayNodeProperty

        public UpdatableFloatArrayNodeProperty​(long nodeCount,
                                               float[] defaultValue)
    • Method Detail

      • size

        public long size()
        Specified by:
        size in interface org.neo4j.gds.api.properties.PropertyValues
      • floatArrayValue

        public float[] floatArrayValue​(long nodeId)
        Specified by:
        floatArrayValue in interface org.neo4j.gds.api.properties.nodes.FloatArrayNodePropertyValues
        Specified by:
        floatArrayValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues