|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--inonit.domain.game.card.Sort.Action
An action to be taken as the result of comparing two objects during a sort.
Field Summary | |
static Sort.Action |
EQUAL
An Action indicating that the two objects are equal in this ordering and can be placed in
arbitrary order. |
static Sort.Action |
LEAVE
An Action indicating that the two objects are already in the correct order. |
static Sort.Action |
SWAP
An Action indicating that the two objects are in the wrong order and should be swapped. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Sort.Action LEAVE
Action
indicating that the two objects are already in the correct order.public static final Sort.Action EQUAL
Action
indicating that the two objects are equal in this ordering and can be placed in
arbitrary order.public static final Sort.Action SWAP
Action
indicating that the two objects are in the wrong order and should be swapped.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |