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