Class NullPropertyMap

    • Constructor Detail

      • NullPropertyMap

        public NullPropertyMap()
    • Method Detail

      • dimension

        public java.util.Optional<java.lang.Integer> dimension()
        Description copied from interface: NodePropertyValues
        The dimension of the properties. For scalar values, this is 1. For arrays, this is the length of the array stored for the 0th node id. If that array is null, this method returns Optional.empty().
        Specified by:
        dimension in interface NodePropertyValues
        Returns:
        the dimension of the properties stored, or empty if the dimension cannot easily be retrieved.