Uses of Interface
ij.plugin.frame.jedit.MiscUtilities.Compare

Packages that use MiscUtilities.Compare
ij.plugin.frame.jedit   
 

Uses of MiscUtilities.Compare in ij.plugin.frame.jedit
 

Classes in ij.plugin.frame.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 ij.plugin.frame.jedit with parameters of type MiscUtilities.Compare
static void MiscUtilities.quicksort(java.lang.Object[] obj, MiscUtilities.Compare compare)
          Sorts the specified array.
static void MiscUtilities.quicksort(java.util.Vector vector, MiscUtilities.Compare compare)
          Sorts the specified vector.