Class YamlKeyTree
java.lang.Object
org.simpleyaml.configuration.comments.KeyTree
org.simpleyaml.configuration.comments.YamlKeyTree
- All Implemented Interfaces:
Iterable<KeyTree.Node>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.simpleyaml.configuration.comments.KeyTree
KeyTree.Node -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyTree.NodecreateNode(KeyTree.Node parent, int indent, String key) options()Methods inherited from class org.simpleyaml.configuration.comments.KeyTree
add, children, entries, findParent, findParent, get, getOrAdd, getPriority, getRoot, iterator, keys, 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
-
Constructor Details
-
YamlKeyTree
-
-
Method Details
-
options
-
createNode
- Overrides:
createNodein classKeyTree
-