Package org.cspoker.common.elements.player

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

Related Classes of org.cspoker.common.elements.player.MutablePlayer

Copyright © 2018 www.massapicom. 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.