this._insertionOrderedEntries = new LinkedList; } forEach(callback) { this._insertionOrderedEntries.forEach(callback); } toArray() { return this._insertionOrderedEntries.toArray(); } toJSON() { return this.toArray(); } }