|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectslime.poker.util.SevenCardPokerHighRule
slime.poker.util.TexasHoldemRule
public class TexasHoldemRule
テキサスホールデムのルールを表すクラスです。
slime.poker.StrengthJudgeable#getCards()
で返されるカード配列は
降順でソートされているものと仮定しています。
入れ子のクラスの概要 |
---|
インタフェース slime.poker.HighRule から継承された入れ子のクラス/インタフェース |
---|
HighRule.Hand |
フィールドの概要 | |
---|---|
static int |
BOARD_COUNT
ボード枚数 |
static int |
POCKET_COUNT
ポケット枚数 |
クラス slime.poker.util.SevenCardPokerHighRule から継承されたフィールド |
---|
CARD_COUNT |
インタフェース slime.poker.Rule から継承されたフィールド |
---|
JUDGE_COUNT |
コンストラクタの概要 | |
---|---|
TexasHoldemRule()
コンストラクタ。 |
メソッドの概要 |
---|
クラス slime.poker.util.SevenCardPokerHighRule から継承されたメソッド |
---|
isFiveOfAKind, isFlush, isFourOfAKind, isFullHause, isOnePair, isStraight, isStraightFlush, isThreeOfAKind, isTwoPair, judgeHand, useJoker |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int BOARD_COUNT
public static final int POCKET_COUNT
コンストラクタの詳細 |
---|
public TexasHoldemRule()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |