Uses of Class
ball.game.card.Card.Suit
-
Packages that use Card.Suit Package Description ball.game.card Classes for playing card games. -
-
Uses of Card.Suit in ball.game.card
Methods in ball.game.card that return Card.Suit Modifier and Type Method Description Card.SuitCard. getSuit()static Card.SuitCard.Suit. parse(String string)static Card.SuitCard.Suit. valueOf(String name)Returns the enum constant of this type with the specified name.static Card.Suit[]Card.Suit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ball.game.card that return types with arguments of type Card.Suit Modifier and Type Method Description static Predicate<Card.Suit>Card.Suit. is(Card.Suit suit)Methods in ball.game.card with parameters of type Card.Suit Modifier and Type Method Description static Predicate<Card.Suit>Card.Suit. is(Card.Suit suit)Constructors in ball.game.card with parameters of type Card.Suit Constructor Description Card(Card.Suit suit, Card.Rank rank)Sole protected constructor.
-