Class NullPropertyMap.DoubleNullPropertyMap

    • Constructor Detail

      • DoubleNullPropertyMap

        public DoubleNullPropertyMap​(double defaultValue)
    • Method Detail

      • doubleValue

        public double doubleValue​(long nodeId)
      • getObject

        public java.lang.Object getObject​(long nodeId)
      • value

        public org.neo4j.values.storable.Value value​(long nodeId)
      • valueType

        public org.neo4j.gds.api.nodeproperties.ValueType valueType()
      • getMaxDoublePropertyValue

        public java.util.OptionalDouble getMaxDoublePropertyValue()
        Returns:
        the maximum double value contained in the mapping or an empty OptionalDouble if the mapping is empty or the feature is not supported.
      • size

        public long size()
        Returns:
        the number of values stored.