public ValuesIterator(BaseHashMap <TTKey, TTValue, TTValue2, TTValue3> o) { this._lookup = -1; this._o = o; }
public MultiValueKeyIterator(BaseHashMap <TTKey, TTValue, TTValue2, TTValue3> o) { this._lookup = -1; this._o = o; this.ToNextLookup(); }