nextKeyValuePair: function() {
            var key     = this.nextKey();
            var value   = this.hashTable.get(key);
            return {
                key: key,