java.lang.Object
inet.ipaddr.format.util.AssociativeAddedTree<E,V>
AssociativeAddedTree is similar to AddedTree but originates from an AssociativeTrie.
The nodes of this tree have the same values as the corresponding nodes in the original trie.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AssociativeAddedTreeNode represents a node in an AssociativeAddedTree. -
Constructor Summary
ConstructorsConstructorDescriptionAssociativeAddedTree
(AssociativeAddressTrie<E, inet.ipaddr.format.util.AssociativeAddressTrie.SubNodesMappingAssociative<E, V>> wrapped) -
Method Summary
-
Constructor Details
-
AssociativeAddedTree
public AssociativeAddedTree(AssociativeAddressTrie<E, inet.ipaddr.format.util.AssociativeAddressTrie.SubNodesMappingAssociative<E, V>> wrapped)
-
-
Method Details