|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparer | |
---|---|
com.sun.squawk.util | Provides classes for basic utilities sometimes jound in JSE. |
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. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |