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

Uses of Interface
java.util.SortedSet
Packages that use SortedSet
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.
Uses of SortedSet in java.util
Subinterfaces of SortedSet in java.util
interface
A SortedSet extended with navigation methods reporting closest matches for given search targets.
Classes in java.util that implement SortedSet
class
A NavigableSet implementation based on a TreeMap.
Methods in java.util that return SortedSet
static <E> SortedSet<E>
Collections.checkedSortedSet(SortedSet<E> s, Class<E> type)
Returns a dynamically typesafe view of the specified sorted set.
static <E> SortedSet<E>
Collections.emptySortedSet()
Returns an empty sorted set (immutable).
static <T> SortedSet<T>
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
static <T> SortedSet<T>
Returns an unmodifiable view of the specified sorted set.
NavigableSet.headSet(E toElement)
Returns a view of the portion of this set whose elements are strictly less than toElement.
NavigableSet.subSet(E fromElement, E toElement)
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
NavigableSet.tailSet(E fromElement)
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
SortedSet.headSet(E toElement)
Returns a view of the portion of this set whose elements are strictly less than toElement.
SortedSet.subSet(E fromElement, E toElement)
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
SortedSet.tailSet(E fromElement)
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
TreeSet.headSet(E toElement)
Returns a view of the portion of this set whose elements are strictly less than toElement.
TreeSet.subSet(E fromElement, E toElement)
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
TreeSet.tailSet(E fromElement)
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
Methods in java.util with parameters of type SortedSet
static <E> SortedSet<E>
Collections.checkedSortedSet(SortedSet<E> s, Class<E> type)
Returns a dynamically typesafe view of the specified sorted set.
static <T> SortedSet<T>
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
static <T> SortedSet<T>
Returns an unmodifiable view of the specified sorted set.
Constructors in java.util with parameters of type SortedSet
PriorityQueue(SortedSet<? extends E> c)
Creates a PriorityQueue containing the elements in the specified sorted set.
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
Classes in java.util.concurrent that implement SortedSet
class
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
Constructors in java.util.concurrent with parameters of type SortedSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.

 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