JML

Uses of Interface
java.util.Comparator

Packages that use Comparator
java.lang JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
java.util JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
org.multijava.mjc Implements mjc, a MultiJava compiler. 
org.multijava.mjdoc.mjdoc_142 The mjdoc tool documents java programs that contain MultiJava (MJ) extensions to the Java progamming language; it produces html pages very similar to those produced by the javadoc tool. 
 

Uses of Comparator in java.lang
 

Fields in java.lang declared as Comparator
static Comparator String.CASE_INSENSITIVE_ORDER
           
 

Uses of Comparator in java.util
 

Methods in java.util that return Comparator
 Comparator TreeSet.comparator()
           
abstract  Comparator SortedSet.comparator()
           
 Comparator TreeMap.comparator()
           
abstract  Comparator SortedMap.comparator()
           
 

Methods in java.util with parameters of type Comparator
static void Arrays.sort(Object[] a, Comparator c)
           
static void Arrays.sort(Object[] a, int fromIndex, int toIndex, Comparator c)
           
static int Arrays.binarySearch(Object[] a, Object key, Comparator c)
           
 

Constructors in java.util with parameters of type Comparator
TreeSet(Comparator c)
           
TreeMap(Comparator c)
           
 

Uses of Comparator in org.multijava.mjc
 

Classes in org.multijava.mjc that implement Comparator
(package private) static class JCompilationUnit.JCompilationUnit$2
           
(package private)  class JCompilationUnit.JCompilationUnit$3
           
 

Fields in org.multijava.mjc declared as Comparator
private static Comparator JCompilationUnit.VGF_COMPARATOR
          Compares two CMethod objects based on identifiers and parameter types, but only comparing these alphabetically.
 

Uses of Comparator in org.multijava.mjdoc.mjdoc_142
 

Classes in org.multijava.mjdoc.mjdoc_142 that implement Comparator
static class MjExecutableMemberDoc.Comp
          This class is used for sorting the gfs as listed on the package summary page and in the overview index lists.
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.