Exemplo n.º 1
0
 public boolean contains(Object o) {
   return myHashSet.contains(o);
 }