Class CardArrayList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Card>
net.demilich.metastone.game.cards.CardArrayList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Card>, Collection<Card>, List<Card>, CardList

public class CardArrayList extends AbstractList<Card> implements Cloneable, Serializable, CardList
An implementation of CardList for easy shuffling, choosing and uniqueness testing of lists of cards.
See Also: