return new TypeToken.ClassSet(TypeToken.this, null);
}
protected Set delegate()
{
ImmutableSet localImmutableSet = this.types;
if (localImmutableSet == null)
return this.types = ImmutableSet.copyOf(Sets.filter(TypeToken.this.findAllTypes(), TypeToken.TypeFilter.IGNORE_TYPE_VARIABLE_OR_WILDCARD));
return localImmutableSet;
}