collections.sortable
Interface Comparable2
- All Known Implementing Classes:
- Cint, ComparableMethod, ComparableString, Cshort, Pixel
public interface Comparable2
Method Summary |
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
boolean |
isGreater(java.lang.Object other)
|
boolean |
isLess(java.lang.Object other)
|
equals
boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
isLess
boolean isLess(java.lang.Object other)
isGreater
boolean isGreater(java.lang.Object other)
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object