gui
Class ComparableMethod
java.lang.Object
|
+--gui.ComparableMethod
- All Implemented Interfaces:
- Comparable
- public class ComparableMethod
- extends java.lang.Object
- implements Comparable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
equals
public boolean equals(java.lang.Object other)
- Specified by:
equals in interface Comparable- Overrides:
equals in class java.lang.Object
getMethod
public java.lang.reflect.Method getMethod()
hashCode
public int hashCode()
- Specified by:
hashCode in interface Comparable- Overrides:
hashCode in class java.lang.Object
isGreater
public boolean isGreater(java.lang.Object other)
- Specified by:
isGreater in interface Comparable
isLess
public boolean isLess(java.lang.Object other)
- Specified by:
isLess in interface Comparable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object