OSFI-Java
3.10.0
OpenSF Integration Library
|
Class that represents a tree with data (leaf) nodes and internal nodes. The data may be raw (a String with the unparsed values) or fully parsed.
<V> | Type used to store values. May be an array for parsed nodes, or a String for unparsed. |
<S> | CRTP parameter, used so that getSubNodes() and similar return the same type. |