Uses of Class
inet.ipaddr.format.util.AssociativeAddressTrie
-
Packages that use AssociativeAddressTrie Package Description inet.ipaddr.format.util Contains utility classes such as collections, spliterators, and String-writers.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AssociativeAddressTrie in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util that return AssociativeAddressTrie Modifier and Type Method Description AssociativeAddressTrie<K,V>AssociativeAddressTrie.AssociativeTrieNode. asNewTrie()AssociativeAddressTrie<K,V>AddressTrieMap. asTrie()Return a trie representing this map.AssociativeAddressTrie<K,V>AssociativeAddressTrie. clone()Constructors in inet.ipaddr.format.util with parameters of type AssociativeAddressTrie Constructor Description AddedTree(AssociativeAddressTrie<E,inet.ipaddr.format.util.AddressTrie.SubNodesMappingBasic<E>> wrapped)AddressTrieMap(AssociativeAddressTrie<K,V> trie)AddressTrieMap(AssociativeAddressTrie<K,V> trie, java.util.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.ipv4 Modifier and Type Class Description classIPv4AddressAssociativeTrie<V>An 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.ipv6 Modifier and Type Class Description classIPv6AddressAssociativeTrie<V>An 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.mac Modifier and Type Class Description classMACAddressAssociativeTrie<V>A MAC address trie in which each node can be associated with a value.
-