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()
abstract AssociativeAddressTrie
<E, ? extends List<? extends AssociativeAddressTrie.AssociativeTrieNode<E, ?>>> AddressTrie.constructAddedNodesTree()
Provides an associative trie in which the root and each added node are mapped to a list of their respective direct added nodes.Constructors in inet.ipaddr.format.util with parameters of type AssociativeAddressTrieModifierConstructorDescriptionAddressTrieMap
(AssociativeAddressTrie<K, V> trie) AddressTrieMap
(AssociativeAddressTrie<K, V> trie, Map<? extends K, ? extends V> map) -
Uses of AssociativeAddressTrie in inet.ipaddr.ipv4
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclass
An IPv4 address trie in which each node can be associated with a value.Methods in inet.ipaddr.ipv4 that return AssociativeAddressTrieModifier and TypeMethodDescriptionIPv4AddressAssociativeTrie.constructAddedNodesTree()
IPv4AddressTrie.constructAddedNodesTree()
-
Uses of AssociativeAddressTrie in inet.ipaddr.ipv6
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclass
An IPv6 address trie in which each node can be associated with a value.Methods in inet.ipaddr.ipv6 that return AssociativeAddressTrieModifier and TypeMethodDescriptionIPv6AddressAssociativeTrie.constructAddedNodesTree()
IPv6AddressTrie.constructAddedNodesTree()
-
Uses of AssociativeAddressTrie in inet.ipaddr.mac
Subclasses of AssociativeAddressTrie in inet.ipaddr.macModifier and TypeClassDescriptionclass
A MAC address trie in which each node can be associated with a value.Methods in inet.ipaddr.mac that return AssociativeAddressTrieModifier and TypeMethodDescriptionMACAddressAssociativeTrie.constructAddedNodesTree()
MACAddressTrie.constructAddedNodesTree()