| Modifier and Type | Class and Description |
|---|---|
static class |
AssociativeAddedTree.AssociativeAddedTreeNode<E extends Address,V>
AssociativeAddedTreeNode represents a node in an AssociativeAddedTree.
|
| Constructor and Description |
|---|
AssociativeAddedTree(AssociativeAddressTrie<E,inet.ipaddr.format.util.AssociativeAddressTrie.SubNodesMappingAssociative<E,V>> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
AssociativeAddedTree.AssociativeAddedTreeNode<E,V> |
getRoot()
Returns the root of this tree, which corresponds to the root of the originating trie.
|
String |
toString()
Returns a string representation of the tree, which is the same as the string obtained from
the AddedNodesTreeString method of the originating trie.
|
public AssociativeAddedTree(AssociativeAddressTrie<E,inet.ipaddr.format.util.AssociativeAddressTrie.SubNodesMappingAssociative<E,V>> wrapped)
public AssociativeAddedTree.AssociativeAddedTreeNode<E,V> getRoot()