This implementation is a wrapper on {@link ArrayList}< {@link HandEvalCard}> that allows no duplicates. A CardSet's iterator will provide elements in FIFO order -- the order in which the elements were added -- if the instance's shuffle method has not been invoked.
It also provides a 52-card deck.
Methods not otherwise documented forward to {@link ArrayList}< {@link HandEvalCard}> or perform as specified by the {@link Set} interface.
|
|
|
|
|
|