Interface DoubleNodePropertyValues

    • Method Detail

      • value

        default org.neo4j.values.storable.Value value​(long nodeId)
        Specified by:
        value in interface NodePropertyValues
      • valueType

        default org.neo4j.gds.api.nodeproperties.ValueType valueType()
        Specified by:
        valueType in interface PropertyValues
      • getMaxDoublePropertyValue

        default java.util.OptionalDouble getMaxDoublePropertyValue()
        Specified by:
        getMaxDoublePropertyValue in interface NodePropertyValues
        Returns:
        the maximum double value contained in the mapping or an empty OptionalDouble if the mapping is empty or the feature is not supported.