constructor(data: T[] = []) {
        this.head = null;
        this.tail = null;
        this.size = 0;