|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasComparable
The HasComparable
is the interface of classes that do not implement
the Comparable
interface itself but provide access to a comparable
substitute.
Method Summary | |
---|---|
java.lang.Comparable<?> |
getComparable()
Returns the comparable substitute. |
Method Detail |
---|
java.lang.Comparable<?> getComparable()
Override this method to control how instances of this class are sorted by a Sorter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |