|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.poker.texas.PositionInt
public class PositionInt
Categorizes positions in texas game with int representation
Field Summary | |
---|---|
static int |
BB
|
static int |
EARLY
positions depending on amount of players |
static int |
LATE
|
static int |
MIDDLE
|
static int |
SB
|
Constructor Summary | |
---|---|
private |
PositionInt()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EARLY
public static final int MIDDLE
public static final int LATE
public static final int SB
public static final int BB
Constructor Detail |
---|
private PositionInt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |