public abstract class Deck extends ArrayList<Card> implements Cloneable
Card
deck.modCount
Modifier | Constructor and Description |
---|---|
protected |
Deck()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
Deck |
clone() |
Card[] |
toArray() |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
protected Deck()
Copyright © 2015–2020. All rights reserved.