bool remove(Object object)

Source

bool remove(Object object) {
  if (!_validKey(object)) return false;
  return _remove(object) != null;
}