public static final class UnmodifiableCommentedConfig.CommentNode
extends java.lang.Object
| Constructor and Description |
|---|
CommentNode(java.lang.String comment,
java.util.Map<java.lang.String,UnmodifiableCommentedConfig.CommentNode> children)
Creates a new CommentNode.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,UnmodifiableCommentedConfig.CommentNode> |
getChildren() |
java.lang.String |
getComment() |
public CommentNode(java.lang.String comment,
java.util.Map<java.lang.String,UnmodifiableCommentedConfig.CommentNode> children)
Note: The comment and children are never both null.
comment - the comment, may be nullchildren - the children Map, may be nullpublic java.lang.String getComment()
public java.util.Map<java.lang.String,UnmodifiableCommentedConfig.CommentNode> getChildren()