* @param playerID a unique # assigned to the player representing their
* position at the poker table
* @return a new PlayerResuls instance with no other values set
*/
protected PlayerResults getNewPlayerResult( int playerID ) {
return new PlayerResults( playerID );
}