Searched defs:SortedSet (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DSortedSet.java22 * SortedSet is a Set which iterates over its elements in a sorted order. The
31 public interface SortedSet<E> extends Set<E> { interface in inherits:Set
34 * Returns the comparator used to compare elements in this {@code SortedSet}.
41 * Returns the first element in this {@code SortedSet}. The first element
46 * when this {@code SortedSet} is empty.
51 * Returns a {@code SortedSet} of the specified portion of this
52 * {@code SortedSet} which contains elements less than the end element. The
53 * returned {@code SortedSet} is backed by this {@code SortedSet} so changes
63 * when the end element is null and this {@code SortedSet} doe
[all...]

Completed in 41 milliseconds