Java org.apache.commons.configuration2.tree ImmutableNode.Builder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2.tree ImmutableNode.Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration2.tree ImmutableNode.Builder.

The text is from its open source code.

Field

Objectvalue
The value of this node.

Method

ImmutableNodeaddChild(final ImmutableNode child)
Creates a new ImmutableNode instance which is a copy of this object, but has the given child node added.