Note: return type is guaranteed to have same type as the node method is called on; which is why method is declared with local generic type. @since 2.0 @return Node that is either a copy of this node (and all non-leafchildren); or, for immutable leaf nodes, node itself.
This is the underlying implementation for the {@link #clone()} method.
@return a clone of this configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|