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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected Deck()
Copyright © 2015–2020. All rights reserved.