Example #1
0
 public bool contains(Object o)
 {
     return(map.ContainsValue(o));
 }