Uses of Interface
org.gjt.sp.jedit.MiscUtilities.Compare

Packages that use MiscUtilities.Compare
org.gjt.sp.jedit This package contains jEdit's core classes. 
 

Uses of MiscUtilities.Compare in org.gjt.sp.jedit
 

Classes in org.gjt.sp.jedit that implement MiscUtilities.Compare
static class MiscUtilities.MenuItemCompare
          Deprecated. Replaced with MenuItemTextComparator
static class MiscUtilities.StringCompare
          Deprecated. use StandardUtilities.StringCompare
 

Methods in org.gjt.sp.jedit with parameters of type MiscUtilities.Compare
static void MiscUtilities.quicksort(java.lang.Object[] obj, MiscUtilities.Compare compare)
          Deprecated. use Arrays.sort()
static void MiscUtilities.quicksort(java.util.Vector vector, MiscUtilities.Compare compare)
          Deprecated. Collections.sort()