Examples of MutablePlayer


Examples of org.cspoker.common.elements.player.MutablePlayer

   * @throws IllegalValueException
   *             [must] The given initial value is not valid.
   */
  public MutablePlayer createNewPlayer(String name, int initialValue)
      throws IllegalValueException {
    return new MutablePlayer(getUniquePlayerId(), name, initialValue);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.