Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.NavigableSet
Packages that use NavigableSet
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Classes in java.util that implement NavigableSet
class
A NavigableSet implementation based on a TreeMap.
Methods in java.util that return NavigableSet
static <E> NavigableSet<E>
Collections.checkedNavigableSet(NavigableSet<E> s, Class<E> type)
Returns a dynamically typesafe view of the specified navigable set.
static <E> NavigableSet<E>
Collections.emptyNavigableSet()
Returns an empty navigable set (immutable).
static <T> NavigableSet<T>
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
static <T> NavigableSet<T>
Returns an unmodifiable view of the specified navigable set.
NavigableMap.descendingKeySet()
Returns a reverse order NavigableSet view of the keys contained in this map.
NavigableMap.navigableKeySet()
Returns a NavigableSet view of the keys contained in this map.
NavigableSet.descendingSet()
Returns a reverse order view of the elements contained in this set.
NavigableSet.headSet(E toElement, boolean inclusive)
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
NavigableSet.subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
Returns a view of the portion of this set whose elements range from fromElement to toElement.
NavigableSet.tailSet(E fromElement, boolean inclusive)
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
Returns a reverse order NavigableSet view of the keys contained in this map.
TreeMap.navigableKeySet()
Returns a NavigableSet view of the keys contained in this map.
TreeSet.descendingSet()
Returns a reverse order view of the elements contained in this set.
TreeSet.headSet(E toElement, boolean inclusive)
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
TreeSet.subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
Returns a view of the portion of this set whose elements range from fromElement to toElement.
TreeSet.tailSet(E fromElement, boolean inclusive)
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
Methods in java.util with parameters of type NavigableSet
static <E> NavigableSet<E>
Collections.checkedNavigableSet(NavigableSet<E> s, Class<E> type)
Returns a dynamically typesafe view of the specified navigable set.
static <T> NavigableSet<T>
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
static <T> NavigableSet<T>
Returns an unmodifiable view of the specified navigable set.
Classes in java.util.concurrent that implement NavigableSet
class
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
Methods in java.util.concurrent that return NavigableSet
ConcurrentNavigableMap.descendingKeySet()
Returns a reverse order NavigableSet view of the keys contained in this map.
ConcurrentNavigableMap.keySet()
Returns a NavigableSet view of the keys contained in this map.
ConcurrentNavigableMap.navigableKeySet()
Returns a NavigableSet view of the keys contained in this map.
ConcurrentSkipListMap.descendingKeySet()
Returns a reverse order NavigableSet view of the keys contained in this map.
ConcurrentSkipListMap.keySet()
Returns a NavigableSet view of the keys contained in this map.
ConcurrentSkipListMap.navigableKeySet()
Returns a NavigableSet view of the keys contained in this map.
ConcurrentSkipListSet.descendingSet()
Returns a reverse order view of the elements contained in this set.
ConcurrentSkipListSet.headSet(E toElement)
Returns a view of the portion of this set whose elements are strictly less than toElement.
ConcurrentSkipListSet.headSet(E toElement, boolean inclusive)
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
ConcurrentSkipListSet.subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
Returns a view of the portion of this set whose elements range from fromElement to toElement.
ConcurrentSkipListSet.subSet(E fromElement, E toElement)
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
ConcurrentSkipListSet.tailSet(E fromElement)
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
ConcurrentSkipListSet.tailSet(E fromElement, boolean inclusive)
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz