- valueOf(String) - Static method in enum game_backend.Card.Ranks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum game_backend.Card.Suits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum game_frontend.Match.States
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum game_backend.Card.Ranks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum game_backend.Card.Suits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum game_frontend.Match.States
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variant - Variable in class game_backend.Game
-
- VideoPoker - Class in game_frontend
-
- VideoPoker() - Constructor for class game_frontend.VideoPoker
-