Uses of Class
inet.ipaddr.format.util.AddressTrieMap
-
Packages that use AddressTrieMap Package Description inet.ipaddr.format.util 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 AddressTrieMap Modifier and Type Method Description AddressTrieMap<K,V>AssociativeAddressTrie. asMap()Returns a java.util.NavigableMap backed by this associative trie.AddressTrieMap<K,V>AddressTrieMap. clone()Clones the map along with the backing trie.AddressTrieMap<K,V>AddressTrieMap. descendingMap()AddressTrieMap<K,V>AddressTrieMap. headMap(K toKey)AddressTrieMap<K,V>AddressTrieMap. headMap(K toKey, boolean inclusive)AddressTrieMap<K,V>AddressTrieMap. subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)AddressTrieMap<K,V>AddressTrieMap. subMap(K fromKey, K toKey)AddressTrieMap<K,V>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<K,V>AddressTrieMap. subMapFromKeysContaining(K addr)Returns a sub-map consisting of the mappings in the map with address keys that contain the given address.AddressTrieMap<K,V>AddressTrieMap. tailMap(K fromKey)AddressTrieMap<K,V>AddressTrieMap. tailMap(K fromKey, boolean inclusive)
-