Class NodeValue.SingleNodeValue

  • Enclosing class:
    NodeValue

    public static final class NodeValue.SingleNodeValue
    extends NodeValue
    • Method Detail

      • doubleProperties

        public org.neo4j.gds.core.utils.paged.HugeDoubleArray doubleProperties​(java.lang.String propertyKey)
        Specified by:
        doubleProperties in class NodeValue
      • longProperties

        public org.neo4j.gds.core.utils.paged.HugeLongArray longProperties​(java.lang.String propertyKey)
        Specified by:
        longProperties in class NodeValue
      • longArrayProperties

        public org.neo4j.gds.core.utils.paged.HugeObjectArray<long[]> longArrayProperties​(java.lang.String propertyKey)
        Specified by:
        longArrayProperties in class NodeValue
      • doubleArrayProperties

        public org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> doubleArrayProperties​(java.lang.String propertyKey)
        Specified by:
        doubleArrayProperties in class NodeValue