Uses of Class
ball.game.card.Card.Color
-
Packages that use Card.Color Package Description ball.game.card Classes for playing card games. -
-
Uses of Card.Color in ball.game.card
Methods in ball.game.card that return Card.Color Modifier and Type Method Description Card.ColorCard. getColor()Method to get theCardCard.Color.Card.ColorCard.Suit. getColor()Method to get theCard.SuitCard.Color.static Card.ColorCard.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static Card.Color[]Card.Color. 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.Color Modifier and Type Method Description static Predicate<Card.Color>Card.Color. is(Card.Color color)Methods in ball.game.card with parameters of type Card.Color Modifier and Type Method Description static Predicate<Card.Color>Card.Color. is(Card.Color color)
-