|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Sort.Order | A logical ordering for a set of objects. |
Class Summary | |
Card | A playing card, with a Rank and a Suit . |
Card.Order | A logical ordering of a set of Card s. |
CardArray | An ordered collection of Card objects, which can be manipulated in various ways. |
Rank | A number or value of a particular Card . |
Rank.Order | A logical ordering for Rank s; can be used to sort arrays of Card s and CardArray objects
via the Sort.Order s returned by getAscendingOrder and
getDescendingOrder , in conjunction with
CardArray's sort method. |
Sort | Allows a set of objects to be sorted into an arbitrary order. |
Sort.Action | An action to be taken as the result of comparing two objects during a sort. |
Suit | A suit of playing cards; Card s have a particular Suit . |
A set of classes representing constructs commonly used in card games.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |