Uses of Class
inet.ipaddr.format.util.AddressTrieMap
Packages that use AddressTrieMap
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
-
Uses of AddressTrieMap in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util that return AddressTrieMapModifier and TypeMethodDescriptionAssociativeAddressTrie.asMap()
Returns a java.util.NavigableMap backed by this associative trie.AddressTrieMap.clone()
Clones the map along with the backing trie.AddressTrieMap.descendingMap()
AddressTrieMap.subMapFromKeysContainedBy
(K addr) Returns a sub-map consisting of the mappings in the map with address keys contained by the given address The sub-map will have a restricted range matching the range of the given subnet or address.AddressTrieMap.subMapFromKeysContaining
(K addr) Returns a sub-map consisting of the mappings in the map with address keys that contain the given address.