Class ConsecutiveLongNodeProperties

  • All Implemented Interfaces:
    org.neo4j.gds.api.NodeProperties, org.neo4j.gds.api.nodeproperties.LongNodeProperties

    public class ConsecutiveLongNodeProperties
    extends java.lang.Object
    implements org.neo4j.gds.api.nodeproperties.LongNodeProperties
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsecutiveLongNodeProperties​(org.neo4j.gds.api.nodeproperties.LongNodeProperties longNodeProperties, long nodeCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long longValue​(long nodeId)  
      long size()  
      • 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.nodeproperties.LongNodeProperties

        doubleValue, getMaxLongPropertyValue, getObject, value, valueType
      • Methods inherited from interface org.neo4j.gds.api.NodeProperties

        doubleArrayValue, floatArrayValue, getMaxDoublePropertyValue, longArrayValue, release
    • Constructor Detail

      • ConsecutiveLongNodeProperties

        public ConsecutiveLongNodeProperties​(org.neo4j.gds.api.nodeproperties.LongNodeProperties longNodeProperties,
                                             long nodeCount)
    • Method Detail

      • longValue

        public long longValue​(long nodeId)
        Specified by:
        longValue in interface org.neo4j.gds.api.nodeproperties.LongNodeProperties
        Specified by:
        longValue in interface org.neo4j.gds.api.NodeProperties
      • size

        public long size()
        Specified by:
        size in interface org.neo4j.gds.api.NodeProperties