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
Subclasses of AddressTrie in inet.ipaddr.format.utilModifier and TypeClassDescriptionclass
AssociativeAddressTrie<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 String
AddressTrie.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 TypeClassDescriptionclass
An IPv4 address trie in which each node can be associated with a value.class
An IPv4 address trie. -
Uses of AddressTrie in inet.ipaddr.ipv6
Subclasses of AddressTrie in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclass
An IPv6 address trie in which each node can be associated with a value.class
An IPv6 address trie. -
Uses of AddressTrie in inet.ipaddr.mac
Subclasses of AddressTrie in inet.ipaddr.macModifier and TypeClassDescriptionclass
A MAC address trie in which each node can be associated with a value.class
A MAC address trie.