pushN abstract method

void pushN(
  1. int count,
  2. Iterable<Card> cards
)

Implementation

void pushN(int count, Iterable<Card> cards);