public class TypeToken.TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable
T is or is a subtype of. Object is not
included in the set if this type is an interface.| Modifier and Type | Method and Description |
|---|---|
TypeToken.TypeSet |
classes()
Returns the types that are classes.
|
TypeToken.TypeSet |
interfaces()
Returns the types that are interfaces implemented by this type.
|
Set<Class<? super T>> |
rawTypes()
Returns the raw types of the types in this set, in the same order.
|
equals, hashCodeadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraytoStringadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic TypeToken.TypeSet interfaces()
public TypeToken.TypeSet classes()
Copyright © 2010 - 2020 Adobe. All Rights Reserved