Interface Node

  • All Known Implementing Classes:
    Node.JsonList, Node.JsonMap

    public interface Node
    For internal use only!!! Abstract node representation.
    • Field Detail

      • MISSING_NODE

        static final Node MISSING_NODE
    • Method Detail

      • element

        Node element​(int index)
      • isMissingNode

        boolean isMissingNode()
      • isNull

        boolean isNull()
      • size

        int size()
        Array length
      • ___do_not_implement_this_interface_seriously

        void ___do_not_implement_this_interface_seriously()