Package com.google.common.reflect
Class TypeToken.TypeSet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<TypeToken<? super T>>
com.google.common.collect.ForwardingSet<TypeToken<? super T>>
com.google.common.reflect.TypeToken.TypeSet
- All Implemented Interfaces:
Serializable,Iterable<TypeToken<? super T>>,Collection<TypeToken<? super T>>,Set<TypeToken<? super T>>
@Deprecated(since="2022-12-01")
public class TypeToken.TypeSet
extends ForwardingSet<TypeToken<? super T>>
implements Serializable
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
The set of interfaces and classes that
T is or is a subtype of. Object is not
included in the set if this type is an interface.- See Also:
-
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCodeMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
interfaces
Deprecated.Returns the types that are interfaces implemented by this type. -
classes
Deprecated.Returns the types that are classes. -
rawTypes
Deprecated.Returns the raw types of the types in this set, in the same order.
-