Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy| Modifier and Type | Method and Description |
|---|---|
GameTeam |
opposite() |
static GameTeam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameTeam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final GameTeam FIRST
public static final GameTeam SECOND
public static GameTeam[] values()
for (GameTeam c : GameTeam.values()) System.out.println(c);
public static GameTeam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic GameTeam opposite()
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy