April 05
Prde. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de SortedSet
npublic interface SortedSet<E> extends Set<E> {
n  // Range-view
n  SortedSet<E> subSet(E fromElement, E toElement);
n  SortedSet<E> headSet(E toElement);
n  SortedSet<E> tailSet(E fromElement);
n
n  // Endpoints
n  E first();
n  E last();
n
n  // Comparator access
n  Comparator<? super E> comparator();
n
n}
target =
"_self" - show in the current frame
"_parent" - show in the parent frame
"_top" - show in the topmost frame
"_blank" - show in a new unnamed top-level window
name - show in a new top-level window named name