| Modifier and Type | Field and Description |
|---|---|
private ImmutableSet<TypeToken<? super T>> |
classes |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
ClassSet() |
| Modifier and Type | Method and Description |
|---|---|
TypeToken.TypeSet |
classes()
Returns the types that are classes.
|
protected java.util.Set<TypeToken<? super T>> |
delegate()
Returns the backing delegate instance that methods are forwarded to.
|
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.
|
private java.lang.Object |
readResolve() |
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, toArraytoStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait@CheckForNull private transient ImmutableSet<TypeToken<? super T>> classes
private static final long serialVersionUID
protected java.util.Set<TypeToken<? super T>> delegate()
ForwardingObjectForwardingSet.delegate(). Concrete subclasses override this method to supply the
instance being decorated.delegate in class TypeToken.TypeSetpublic TypeToken.TypeSet classes()
TypeToken.TypeSetclasses in class TypeToken.TypeSetpublic java.util.Set<java.lang.Class<? super T>> rawTypes()
TypeToken.TypeSetrawTypes in class TypeToken.TypeSetpublic TypeToken.TypeSet interfaces()
TypeToken.TypeSetinterfaces in class TypeToken.TypeSetprivate java.lang.Object readResolve()