EvictingQueue<E> constructor

EvictingQueue<E>(
  1. int _capacity
)

Implementation

EvictingQueue(this._capacity) : super(_capacity);