2010 FRC Java API


Uses of Interface
com.sun.squawk.util.Comparer

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


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.