|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comparer | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| 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 |
|---|
| Fields in com.sun.squawk declared as Comparer | |
|---|---|
static Comparer |
ManifestProperty.comparer
Comparator for IMletProperty objects (which are sorted by the property names). |
| 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. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||