Uses of Class
CardPile

Uses of CardPile in <Unnamed>
 

Subclasses of CardPile in <Unnamed>
 class Foundation
          Foundation object, which holds a pile of cards, in order of increasing rank.
 class Tableau
          The tableau class contains the state of a tableau (the cards it holds, the size) by using a Stack to hold the cards.
 

Methods in <Unnamed> that return CardPile
 CardPile[] CellPiles.getAllCells()
          Returns an array of CardPile objects that represents all of the cells
 CardPile CellPiles.getCell(int num)
          Returns the cell at index num
 CardPile TableauPiles.getTableau(int num)
          Accesses the num(th) tableau in the array.