A builder class for creating instances of {@code ImmutableNode}.
This class can be used to set all properties of an immutable node instance. Eventually call the {@code create()} method to obtain theresulting instance.
Implementation note: This class is not thread-safe. It is intended to be used to define a single node instance only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|