|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparer | |
---|---|
com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) |
Uses of Comparer in com.sun.squawk.util |
---|
Methods in com.sun.squawk.util with parameters of type Comparer | |
---|---|
static int |
Arrays.binarySearch(Object[] a,
Object key,
Comparer c)
Searches the specified array for the specified object using the binary search algorithm. |
static void |
Arrays.sort(Object[] a,
Comparer c)
Sorts the specified array of objects according to the order induced by the specified Comparer. |
static void |
Arrays.sort(Object[] a,
int fromIndex,
int toIndex,
Comparer c)
Sorts the specified range of the specified array of objects according to the order induced by the specified Comparer. |
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |