Uses of Class
inet.ipaddr.format.util.AddressTrieSet
Packages that use AddressTrieSet
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
-
Uses of AddressTrieSet in inet.ipaddr.format.util
Methods in inet.ipaddr.format.util that return AddressTrieSetModifier and TypeMethodDescriptionAddressTrie.asSet()
Returns a java.util.NavigableSet that uses this as the backing data structure.AddressTrieSet.clone()
Clones the set along with the backing trie.AddressTrieMap.descendingKeySet()
AddressTrieSet.descendingSet()
AddressTrieSet.elementsContainedBy
(E addr) Returns a subset consisting of those addresses in the set contained by the given address.AddressTrieSet.elementsContaining
(E addr) Returns a subset consisting of those addresses in the set that contain the given address.AddressTrieMap.keySet()
AddressTrieMap.navigableKeySet()