SunSPOT API V3.0


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

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


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.