java.lang.Object
inet.ipaddr.format.util.AddedTree<E>
AddedTree is an alternative non-binary tree data structure originating from a binary trie
with the possible exception of the root, which matches the root node of the original.
The root may or may not be an added node from the original trie.
This tree is also read-only and is generated from the originating trie,
but does not change in concert with changes to the original trie.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AddedTree.AddedTreeNode<E extends Address>
AddedTreeNode represents a node in an AddedTree. -
Constructor Summary
ConstructorsConstructorDescriptionAddedTree
(AssociativeAddressTrie<E, inet.ipaddr.format.util.AddressTrie.SubNodesMappingBasic<E>> wrapped) -
Method Summary
-
Constructor Details
-
AddedTree
public AddedTree(AssociativeAddressTrie<E, inet.ipaddr.format.util.AddressTrie.SubNodesMappingBasic<E>> wrapped)
-
-
Method Details