Java programmeerimise konspekt
Returns a negative integer,
zero, or a positive integer as this object is less than, equal to, or greater than the
specified object o.
Throws:
ClassCastException - if the specified object's type prevents it from being compared
to this Object.
Klass Collections pakub kiireid algoritme vajalike tööde tegemiseks kogumitega.
Sarnane klass tööks massiividega on Arrays (mõlemad paketist java.util).
Need klassid sisaldavad klassimeetoditena vahendeid sorteerimiseks, otsimiseks,
kopeerimiseks jne. Loetleme mõned ettekujutuse loomiseks:
static int binarySearch(List list, Object key)
Searches the specified list for the specified object
using the binary search algorithm.
static void copy(List dest, List src)
Copies all of the elements from one list into
another.
static void fill(List list, Object obj)