java.lang.Object
org.xbib.datastructures.yaml.tiny.MapNode
Alle implementierten Schnittstellen:
org.xbib.datastructures.api.MapNode, org.xbib.datastructures.api.Node<Map<CharSequence,org.xbib.datastructures.api.Node<?>>>

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

    • MapNode

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

    • getDepth

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

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

      public Map<String,List<String>> getComments()
    • getChildCommentPairs

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

      public void addComments(String name, Collection<String> comments)
    • has

      public boolean has(String name)
    • get

      public org.xbib.datastructures.api.Node<?> get(String name)
    • put

      public void put(String name, org.xbib.datastructures.api.Node<?> node)