|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjagafa.object.Distributor
public abstract class Distributor
Distrubutor shuffles the cards and distributes them to a list of Players Abstract helper class (cannot be instantiated)
| Constructor Summary | |
|---|---|
Distributor()
|
|
| Method Summary | |
|---|---|
static void |
distributeCardsTo(java.util.List<Player> playerList)
Distrubute the Cards to the Players in the List given |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Distributor()
| Method Detail |
|---|
public static void distributeCardsTo(java.util.List<Player> playerList)
playerList - The List of Players (java.util.list)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||