Package org.cspoker.common.elements.hand.Hand

Examples of org.cspoker.common.elements.hand.Hand.UniqueHandHash


        final int rank = Integer.parseInt(rankStrings.get(8).trim());
        final String shortDescription = rankStrings.get(5);
        final String longDescription = rankStrings.get(6);

        final UniqueHandHash handInfo = new UniqueHandHash(product, flush);

        addHandRank(handInfo, rank, shortDescription,
            longDescription);
      }
View Full Code Here

TOP

Related Classes of org.cspoker.common.elements.hand.Hand.UniqueHandHash

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.