ControlDataPaletteViewDriver.MethodComparator Class
com.bea.ide.control
ControlDataPaletteViewDriver.MethodComparator Class
- protected static class ControlDataPaletteViewDriver.MethodComparator
extends Object
implements Comparator
Compare by method name.
-
Hierarchy
-
Object
ControlDataPaletteViewDriver.MethodComparator
-
All Implemented Interfaces
-
Comparator
-
Enclosing class
-
ControlDataPaletteViewDriver
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compare(Object, Object) Method
public int compare(Object
o1,
Object
o2)
getInstance() Method
public static synchronized ControlDataPaletteViewDriver.MethodComparator
getInstance()
removeDups(List) Method
public void removeDups(List
methodList)
remove duplicate methods from a sorted list.