maxSize

Parameters

maxSize

Maximum size this deque can grow to.

If adding a value to this Deque would push the size or capacity of the deque to be greater than maxSize then an exception will be thrown.

Default: 2,147,483,647 (Int.MAX_VALUE)