April 05
Prde. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Métodos de SortedMap
npublic interface SortedMap<K, V> extends Map<K, V> {
n  // Range-view
n  SortedMap<K, V> subMap(K fromKey, K toKey);
n  SortedMap<K, V> headMap(K toKey);
n  SortedMap<K, V> tailMap(K fromKey);
n
n  // Endpoints
n  K firstKey();
n  K lastKey();
n
n  // Comparator access
n  Comparator<? super K> 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