this.capacity = capacity; this.buffer = new Array(capacity); for (var i = 0; i < this.buffer.length; i++) { this.buffer[i] = new LinkedList(); }