Package ucar.nc2.util.reflect
Class ProxyGenerator.MethodComparator
- java.lang.Object
-
- ucar.nc2.util.reflect.ProxyGenerator.MethodComparator
-
- All Implemented Interfaces:
Comparator
- Enclosing class:
- ProxyGenerator
public static class ProxyGenerator.MethodComparator extends Object implements Comparator
-
-
Constructor Summary
Constructors Constructor Description MethodComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Object o1, Object o2)
boolean
equals(Object obj)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Object o1, Object o2)
- Specified by:
compare
in interfaceComparator
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceComparator
- Overrides:
equals
in classObject
-
-