Package | Description |
---|---|
ball.game.card.poker |
Classes specific to Poker.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Ranking> |
Ranking.COMPARATOR
Comparator that orders Ranking s weakest to
strongest. |
Modifier and Type | Method and Description |
---|---|
Ranking |
Evaluator.getRanking()
Method to get this hand's
Ranking . |
static Ranking |
Ranking.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ranking[] |
Ranking.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Evaluator(Collection<Card> collection,
Ranking... rankings)
Protected constructor to search for specific
Ranking (s). |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.