au.edu.mq.itec802.cardGame
Interface Pack

All Known Implementing Classes:
BlackjackPack

public interface Pack

The Interface Pack -- a pack of cards.

Version:
$Id: Pack.java 22/03/2011 jumbo$
Author:
Tomas Krajca

Method Summary
 Card getCard()
          Returns the top-most card from the pack.
 void shuffle(int alot)
          Shuffle -- shuffles the pack.
 

Method Detail

getCard

Card getCard()
Returns the top-most card from the pack.

Returns:
the card

shuffle

void shuffle(int alot)
Shuffle -- shuffles the pack.

Parameters:
alot - -- determines how thouroughly the pack should be shuffled