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()
abstract AssociativeAddressTrie<E,? extends java.util.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 AssociativeAddressTrie Constructor Description AddressTrieMap(AssociativeAddressTrie<K,V> trie)
AddressTrieMap(AssociativeAddressTrie<K,V> trie, java.util.Map<? extends K,? extends V> map)
-
Uses of AssociativeAddressTrie in inet.ipaddr.ipv4
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv4 Modifier and Type Class Description class
IPv4AddressAssociativeTrie<V>
An IPv4 address trie in which each node can be associated with a value.Methods in inet.ipaddr.ipv4 that return AssociativeAddressTrie Modifier and Type Method Description AssociativeAddressTrie<IPv4Address,java.util.List<IPv4AddressAssociativeTrie.IPv4AssociativeTrieNode<?>>>
IPv4AddressAssociativeTrie. constructAddedNodesTree()
AssociativeAddressTrie<IPv4Address,java.util.List<IPv4AddressAssociativeTrie.IPv4AssociativeTrieNode<?>>>
IPv4AddressTrie. constructAddedNodesTree()
-
Uses of AssociativeAddressTrie in inet.ipaddr.ipv6
Subclasses of AssociativeAddressTrie in inet.ipaddr.ipv6 Modifier and Type Class Description class
IPv6AddressAssociativeTrie<V>
An IPv6 address trie in which each node can be associated with a value.Methods in inet.ipaddr.ipv6 that return AssociativeAddressTrie Modifier and Type Method Description AssociativeAddressTrie<IPv6Address,java.util.List<IPv6AddressAssociativeTrie.IPv6AssociativeTrieNode<?>>>
IPv6AddressAssociativeTrie. constructAddedNodesTree()
AssociativeAddressTrie<IPv6Address,java.util.List<IPv6AddressAssociativeTrie.IPv6AssociativeTrieNode<?>>>
IPv6AddressTrie. constructAddedNodesTree()
-
Uses of AssociativeAddressTrie in inet.ipaddr.mac
Subclasses of AssociativeAddressTrie in inet.ipaddr.mac Modifier and Type Class Description class
MACAddressAssociativeTrie<V>
A MAC address trie in which each node can be associated with a value.Methods in inet.ipaddr.mac that return AssociativeAddressTrie Modifier and Type Method Description AssociativeAddressTrie<MACAddress,java.util.List<MACAddressAssociativeTrie.MACAssociativeTrieNode<?>>>
MACAddressAssociativeTrie. constructAddedNodesTree()
AssociativeAddressTrie<MACAddress,java.util.List<MACAddressAssociativeTrie.MACAssociativeTrieNode<?>>>
MACAddressTrie. constructAddedNodesTree()
-