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
          Compares menu item labels.
static class MiscUtilities.StringCompare
          Compares strings.
static class MiscUtilities.StringICaseCompare
          Compares strings ignoring case.
 

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()