collections.sortable
Class ComparableMethod
java.lang.Object
   collections.sortable.ComparableMethod
collections.sortable.ComparableMethod
- All Implemented Interfaces: 
- Comparable2
- public class ComparableMethod 
- extends java.lang.Object- implements Comparable2
 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, wait, wait, wait | 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getMethod
public java.lang.reflect.Method getMethod()
- 
 
- 
 
equals
public boolean equals(java.lang.Object other)
- 
- Specified by:
- equalsin interface- Comparable2
- Overrides:
- equalsin class- java.lang.Object
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Comparable2
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
isLess
public boolean isLess(java.lang.Object other)
- 
- Specified by:
- isLessin interface- Comparable2
 
- 
 
isGreater
public boolean isGreater(java.lang.Object other)
- 
- Specified by:
- isGreaterin interface- Comparable2
 
-