Uses of Class
ball.game.card.Card
-
Packages that use Card Package Description ball.game.card Classes for playing card games.ball.game.card.poker Classes specific to Poker. -
-
Uses of Card in ball.game.card
Fields in ball.game.card with type parameters of type Card Modifier and Type Field Description static Predicate<List<Card>>Card.Color. SAMEstatic Predicate<List<Card>>Card.Rank. SAMEstatic Predicate<List<Card>>Card.Suit. SAMEstatic Predicate<List<Card>>Card.Rank. SEQUENCEMethods in ball.game.card that return Card Modifier and Type Method Description static CardCard. parse(String string)Card[]Deck. toArray()Methods in ball.game.card with parameters of type Card Modifier and Type Method Description intCard. compareTo(Card that)booleanCard.Color. test(Card card)booleanCard.Rank. test(Card card)booleanCard.Suit. test(Card card) -
Uses of Card in ball.game.card.poker
Fields in ball.game.card.poker with type parameters of type Card Modifier and Type Field Description static Comparator<Card>Evaluator. CARDstatic Comparator<List<Card>>Evaluator. HANDPredicate<Card>Poker. ONE_EYED_JACKPredicate<Card>Poker. ONE_EYED_KINGPredicate<Card>Poker. SUICIDE_KINGMethods in ball.game.card.poker that return types with arguments of type Card Modifier and Type Method Description List<Card>Ranking. find(Collection<Card> collection)List<Card>Evaluator. getHand()List<Card>Evaluator. getScoring()Predicate<List<Card>>Ranking. possible()Method parameters in ball.game.card.poker with type arguments of type Card Modifier and Type Method Description voidEvaluator. accept(List<Card> list)List<Card>Ranking. find(Collection<Card> collection)booleanEvaluator. test(List<Card> prefix)booleanRanking. test(List<Card> list)Constructor parameters in ball.game.card.poker with type arguments of type Card Constructor Description Evaluator(Collection<Card> collection)Sole public constructor.Evaluator(Collection<Card> collection, Ranking... rankings)Protected constructor to search for specificRanking(s).
-