Uses of Class
inet.ipaddr.format.util.AssociativeAddressTrie
Packages that use AssociativeAddressTrie
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AssociativeAddressTrie in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util that return AssociativeAddressTrieModifier and TypeMethodDescriptionAssociativeAddressTrie.AssociativeTrieNode.asNewTrie()AddressTrieMap.asTrie()Return a trie representing this map.AssociativeAddressTrie.clone()Constructors in inet.ipaddr.format.util with parameters of type AssociativeAddressTrieModifierConstructorDescriptionAddedTree(AssociativeAddressTrie<E, inet.ipaddr.format.util.AddressTrie.SubNodesMappingBasic<E>> wrapped) AddressTrieMap(AssociativeAddressTrie<K, V> trie) AddressTrieMap(AssociativeAddressTrie<K, V> trie, Map<? extends K, ? extends V> map) AssociativeAddedTree(AssociativeAddressTrie<E, inet.ipaddr.format.util.AssociativeAddressTrie.SubNodesMappingAssociative<E, V>> wrapped) -
Uses of AssociativeAddressTrie in inet.ipaddr.ipv4
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclassAn IPv4 address trie in which each node can be associated with a value. -
Uses of AssociativeAddressTrie in inet.ipaddr.ipv6
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclassAn IPv6 address trie in which each node can be associated with a value. -
Uses of AssociativeAddressTrie in inet.ipaddr.mac
Subclasses of AssociativeAddressTrie in inet.ipaddr.macModifier and TypeClassDescriptionclassA MAC address trie in which each node can be associated with a value.