Example #1
0
 public KeySet(OrderedIntKeyHashMap <TTValue> o)
 {
     this._o = o;
 }
Example #2
0
 public Values(OrderedIntKeyHashMap <TTValue> o)
 {
     this._o = o;
 }