Class YamlKeyTree.YamlCommentNode

java.lang.Object
org.simpleyaml.configuration.comments.KeyTree.Node
org.simpleyaml.configuration.comments.YamlKeyTree.YamlCommentNode
All Implemented Interfaces:
Iterable<org.simpleyaml.configuration.comments.KeyTree.Node>
Enclosing class:
YamlKeyTree

public class YamlKeyTree.YamlCommentNode extends org.simpleyaml.configuration.comments.KeyTree.Node
  • Field Summary

    Fields inherited from class org.simpleyaml.configuration.comments.KeyTree.Node

    children, comment, elementIndex, indent, indexByElementIndex, indexByName, isList, listSize, name, parent, priorityIndex, sideComment
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.simpleyaml.configuration.comments.KeyTree.Node
    add(String key, boolean priority)
     
    void
    isList(int listSize)
     

    Methods inherited from class org.simpleyaml.configuration.comments.KeyTree.Node

    add, add, add, checkList, children, clear, clearIf, clearIf, clearNode, entries, get, get, get, getComment, getElement, getElement, getElementIndex, getFirst, getIndentation, getLast, getListSize, getName, getParent, getPath, getPathWithName, getPriority, getSideComment, getValue, hasChildren, isFirstNode, isList, isRootNode, iterator, keys, setComment, setElementIndex, setPriority, setSideComment, size, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • add

      protected org.simpleyaml.configuration.comments.KeyTree.Node add(String key, boolean priority)
      Overrides:
      add in class org.simpleyaml.configuration.comments.KeyTree.Node
    • isList

      public void isList(int listSize)
      Overrides:
      isList in class org.simpleyaml.configuration.comments.KeyTree.Node