public ArrayDeque (int numElements)

Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.

Parameters:
numElements    lower bound on initial capacity of the deque