Class ConsecutiveLongNodePropertyValues

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

    public class ConsecutiveLongNodePropertyValues
    extends java.lang.Object
    implements org.neo4j.gds.api.properties.nodes.LongNodePropertyValues
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsecutiveLongNodePropertyValues​(org.neo4j.gds.api.properties.nodes.LongNodePropertyValues inputProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long longValue​(long nodeId)  
      long nodeCount()  
      org.neo4j.values.storable.Value value​(long nodeId)  
      • 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.LongNodePropertyValues

        doubleValue, getMaxLongPropertyValue, getObject, valueType
      • Methods inherited from interface org.neo4j.gds.api.properties.nodes.NodePropertyValues

        doubleArrayValue, floatArrayValue, getMaxDoublePropertyValue, longArrayValue
      • Methods inherited from interface org.neo4j.gds.api.properties.PropertyValues

        release, unsupportedTypeException
    • Constructor Detail

      • ConsecutiveLongNodePropertyValues

        public ConsecutiveLongNodePropertyValues​(org.neo4j.gds.api.properties.nodes.LongNodePropertyValues inputProperties)
    • Method Detail

      • longValue

        public long longValue​(long nodeId)
        Specified by:
        longValue in interface org.neo4j.gds.api.properties.nodes.LongNodePropertyValues
        Specified by:
        longValue in interface org.neo4j.gds.api.properties.nodes.NodePropertyValues
      • value

        public org.neo4j.values.storable.Value value​(long nodeId)
        Specified by:
        value in interface org.neo4j.gds.api.properties.nodes.LongNodePropertyValues
        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