April 05
Prde. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Alguns algoritmos
npublic static void sort (List l)
npublic static void sort (List l, Comparator c)
n
npublic static int binarySearch (List l, Object key)
npublic static int binarySearch (List l,Object key, Comparator c)  
npublic static void reverse (List l)
npublic static void shuffle (List l)
n
npublic static Object min (Collection col)
npublic static Object min (Collection col, Comparator comp)
npublic static Object max (Collection col)
npublic static Object max (Collection col, Comparator comp)
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