|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.collect.ForwardingObject com.google.common.collect.ForwardingCollection<E> com.google.common.collect.ForwardingSet<TypeToken<? super T>> com.google.common.reflect.TypeToken.TypeSet
public class TypeToken.TypeSet
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.
Method Summary | |
---|---|
TypeToken.TypeSet |
classes()
Returns the types that are classes. |
protected 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. |
Set<Class<? super T>> |
rawTypes()
Returns the raw types of the types in this set, in the same order. |
Methods inherited from class com.google.common.collect.ForwardingSet |
---|
equals, hashCode, standardEquals, standardHashCode, standardRemoveAll |
Methods inherited from class com.google.common.collect.ForwardingCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray |
Methods inherited from class com.google.common.collect.ForwardingObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
public TypeToken.TypeSet interfaces()
public TypeToken.TypeSet classes()
protected Set<TypeToken<? super T>> delegate()
ForwardingObject
ForwardingSet.delegate()
. Concrete subclasses override this method to supply
the instance being decorated.
delegate
in class ForwardingSet<TypeToken<? super T>>
public final Set<Class<? super T>> rawTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |