public class TypeToken.TypeSet extends net.tribe7.common.collect.ForwardingSet<TypeToken<? super T>> implements java.io.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.
|
protected java.util.Set<TypeToken<? super T>> |
delegate() |
TypeToken.TypeSet |
interfaces()
Returns the types that are interfaces implemented by this type.
|
java.util.Set<java.lang.Class<? super T>> |
rawTypes()
Returns the raw types of the types in this set, in the same order.
|
equals, hashCode, standardEquals, standardHashCode, standardRemoveAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraypublic TypeToken.TypeSet interfaces()
public TypeToken.TypeSet classes()
public java.util.Set<java.lang.Class<? super T>> rawTypes()