jagafa.object
Class Distributor

java.lang.Object
  extended by jagafa.object.Distributor

public abstract class Distributor
extends java.lang.Object

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

Distributor

public Distributor()
Method Detail

distributeCardsTo

public static void distributeCardsTo(java.util.List<Player> playerList)
Distrubute the Cards to the Players in the List given

Parameters:
playerList - The List of Players (java.util.list)


Copyright 2005 MA Software. All Rights Reserved.