|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Comparator<AnyType>
Comparator function object interface.
| Method Summary | |
|---|---|
int |
compare(AnyType lhs,
AnyType rhs)
Return the result of comparing lhs and rhs. |
| Method Detail |
|---|
int compare(AnyType lhs,
AnyType rhs)
lhs - first object.rhs - second object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||