Package inonit.domain.game.card

A set of classes representing constructs commonly used in card games.

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 Cards.
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 Ranks; can be used to sort arrays of Cards and CardArray objects via the Sort.Orders 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; Cards have a particular Suit.
 

Package inonit.domain.game.card Description

A set of classes representing constructs commonly used in card games.