@SuppressWarnings("unchecked")
 @Override
 public boolean contains(Object o) {
   return complete(asyncSet.contains((E) o));
 }