Uses of Class
inet.ipaddr.format.util.AddressTrieSet
-
Packages that use AddressTrieSet Package Description inet.ipaddr.format.util 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 AddressTrieSet Modifier and Type Method Description AddressTrieSet<E>AddressTrie. asSet()Returns a java.util.NavigableSet that uses this as the backing data structure.AddressTrieSet<E>AddressTrieSet. clone()Clones the set along with the backing trie.AddressTrieSet<K>AddressTrieMap. descendingKeySet()AddressTrieSet<E>AddressTrieSet. descendingSet()AddressTrieSet<E>AddressTrieSet. elementsContainedBy(E addr)Returns a subset consisting of those addresses in the set contained by the given address.AddressTrieSet<E>AddressTrieSet. elementsContaining(E addr)Returns a subset consisting of those addresses in the set that contain the given address.AddressTrieSet<E>AddressTrieSet. headSet(E toElement)AddressTrieSet<E>AddressTrieSet. headSet(E toElement, boolean inclusive)AddressTrieSet<K>AddressTrieMap. keySet()AddressTrieSet<K>AddressTrieMap. navigableKeySet()AddressTrieSet<E>AddressTrieSet. subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)AddressTrieSet<E>AddressTrieSet. subSet(E fromElement, E toElement)AddressTrieSet<E>AddressTrieSet. tailSet(E fromElement)AddressTrieSet<E>AddressTrieSet. tailSet(E fromElement, boolean inclusive)
-