org.cb.jset
Class CardStack

java.lang.Object
  extended byorg.cb.jset.CardStack

public class CardStack
extends java.lang.Object

FIXME document Maybe should be called CardDeck.

Version:
$Id: CardStack.java 78 2004-04-13 04:25:57Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Constructor Summary
CardStack()
           
 
Method Summary
 boolean empty()
           
 CardProperties[] pop(int nbCardsToPop)
           
 void shuffle()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardStack

public CardStack()
Method Detail

shuffle

public void shuffle()

pop

public CardProperties[] pop(int nbCardsToPop)

empty

public boolean empty()

size

public int size()


Copyright © 2004 CoffeeBreaks. All Rights Reserved.