java.lang.Object
org.xbib.datastructures.yaml.tiny.ListNode
Alle implementierten Schnittstellen:
org.xbib.datastructures.api.ListNode, org.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>

public class ListNode extends Object implements org.xbib.datastructures.api.ListNode
  • Konstruktordetails

    • ListNode

      public ListNode(org.xbib.datastructures.api.Node<?> parent)
  • Methodendetails

    • getDepth

      public int getDepth()
      Angegeben von:
      getDepth in Schnittstelle org.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>
    • get

      public List<org.xbib.datastructures.api.Node<?>> get()
      Angegeben von:
      get in Schnittstelle org.xbib.datastructures.api.Node<List<org.xbib.datastructures.api.Node<?>>>
    • getComments

      public List<List<String>> getComments()
    • getItemCommentPairs

      public List<Map.Entry<org.xbib.datastructures.api.Node<?>,List<String>>> getItemCommentPairs()
    • addComments

      public void addComments(int index, List<String> comments)
    • has

      public boolean has(int index)
    • get

      public org.xbib.datastructures.api.Node<?> get(int index)
    • add

      public void add(org.xbib.datastructures.api.Node<?> node)
    • add

      public void add(int index, org.xbib.datastructures.api.Node<?> node)