add: function (value) {
        this.table.add(value, value);
        this.size = this.table.count();
        return this;
    },