Class RmiModeler.MethodComparator
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.rmi.RmiModeler.MethodComparator
-
- All Implemented Interfaces:
Comparator
- Enclosing class:
- RmiModeler
public static class RmiModeler.MethodComparator extends Object implements Comparator
-
-
Constructor Summary
Constructors Constructor Description MethodComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object o1, Object o2)protected intsort(Method method1, Method method2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-