Class YamlKeyTree.YamlCommentNode
java.lang.Object
org.simpleyaml.configuration.comments.KeyTree.Node
org.simpleyaml.configuration.comments.YamlKeyTree.YamlCommentNode
- All Implemented Interfaces:
Iterable<KeyTree.Node>
- Enclosing class:
- YamlKeyTree
-
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
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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
add
- Overrides:
addin classKeyTree.Node
-
isList
public void isList(int listSize) - Overrides:
isListin classKeyTree.Node
-