Class NullCheckingNodePropertyValues

  • All Implemented Interfaces:
    org.neo4j.gds.api.properties.nodes.NodePropertyValues, org.neo4j.gds.api.properties.PropertyValues

    public final class NullCheckingNodePropertyValues
    extends java.lang.Object
    implements org.neo4j.gds.api.properties.nodes.NodePropertyValues
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NullCheckingNodePropertyValues create​(org.neo4j.gds.api.properties.nodes.NodePropertyValues properties, java.lang.String name, org.neo4j.gds.api.IdMap idMap)  
      double[] doubleArrayValue​(long nodeId)  
      float[] floatArrayValue​(long nodeId)  
      java.lang.Object getObject​(long nodeId)  
      long[] longArrayValue​(long nodeId)  
      long nodeCount()  
      org.neo4j.values.storable.Value value​(long nodeId)  
      org.neo4j.gds.api.nodeproperties.ValueType valueType()  
      • 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.NodePropertyValues

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

        release, unsupportedTypeException
    • Method Detail

      • create

        public static NullCheckingNodePropertyValues create​(org.neo4j.gds.api.properties.nodes.NodePropertyValues properties,
                                                            java.lang.String name,
                                                            org.neo4j.gds.api.IdMap idMap)
      • doubleArrayValue

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

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

        public long[] longArrayValue​(long nodeId)
        Specified by:
        longArrayValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • getObject

        public java.lang.Object getObject​(long nodeId)
        Specified by:
        getObject in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • valueType

        public org.neo4j.gds.api.nodeproperties.ValueType valueType()
        Specified by:
        valueType in interface org.neo4j.gds.api.properties.PropertyValues
      • value

        public org.neo4j.values.storable.Value value​(long nodeId)
        Specified by:
        value in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • nodeCount

        public long nodeCount()
        Specified by:
        nodeCount in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues