Uses of Class
inet.ipaddr.format.util.AddressTrie
Packages that use AddressTrie
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressTrie in inet.ipaddr.format.util
Classes in inet.ipaddr.format.util with type parameters of type AddressTrieModifier and TypeClassDescriptionclassBaseDualIPv4v6Tries<T4 extends AddressTrie<IPv4Address>, T6 extends AddressTrie<IPv6Address>>Contains a pair of IPv4 and IPv6 tries for a data structure that can have fast look-up and containment checks of both IPv4 and IPv6 addresses.classBaseDualIPv4v6Tries<T4 extends AddressTrie<IPv4Address>, T6 extends AddressTrie<IPv6Address>>Contains a pair of IPv4 and IPv6 tries for a data structure that can have fast look-up and containment checks of both IPv4 and IPv6 addresses.Subclasses of AddressTrie in inet.ipaddr.format.utilModifier and TypeClassDescriptionclassAssociativeAddressTrie<K extends Address, V>An address trie in which each node is associated with a value.Methods in inet.ipaddr.format.util that return AddressTrieModifier and TypeMethodDescriptionAddressTrie.TrieNode.asNewTrie()Creates a new sub-trie, copying the nodes starting with this node as root.AddressTrieSet.asTrie()Returns a trie representing this set.AddressTrie.clone()Methods in inet.ipaddr.format.util with parameters of type AddressTrieModifier and TypeMethodDescriptionstatic StringAddressTrie.toString(boolean withNonAddedKeys, AddressTrie<?>... tries) Produces a visual representation of the given tries joined by a single root node, with one node per line.Constructors in inet.ipaddr.format.util with parameters of type AddressTrieModifierConstructorDescriptionAddressTrieSet(AddressTrie<E> trie) AddressTrieSet(AddressTrie<E> trie, Collection<? extends E> collection) -
Uses of AddressTrie in inet.ipaddr.ipv4
Subclasses of AddressTrie in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclassAn IPv4 address trie in which each node can be associated with a value.classAn IPv4 address trie. -
Uses of AddressTrie in inet.ipaddr.ipv6
Subclasses of AddressTrie in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclassAn IPv6 address trie in which each node can be associated with a value.classAn IPv6 address trie. -
Uses of AddressTrie in inet.ipaddr.mac
Subclasses of AddressTrie in inet.ipaddr.macModifier and TypeClassDescriptionclassA MAC address trie in which each node can be associated with a value.classA MAC address trie.