Package com.google.common.reflect
Class TypeToken.InterfaceSet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<TypeToken<? super T>>
com.google.common.collect.ForwardingSet<TypeToken<? super T>>
TypeToken<T>.com.google.common.reflect.TypeToken.TypeSet
com.google.common.reflect.TypeToken.InterfaceSet
- All Implemented Interfaces:
Serializable
,Iterable<TypeToken<? super T>>
,Collection<TypeToken<? super T>>
,Set<TypeToken<? super T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ImmutableSet
<TypeToken<? super T>> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclasses()
Returns the types that are classes.delegate()
Returns the backing delegate instance that methods are forwarded to.Returns the types that are interfaces implemented by this type.rawTypes()
Returns the raw types of the types in this set, in the same order.private Object
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.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
allTypes
-
interfaces
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InterfaceSet
-
-
Method Details
-
delegate
Description copied from class:ForwardingObject
Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such asForwardingSet.delegate()
. Concrete subclasses override this method to supply the instance being decorated. -
interfaces
Description copied from class:TypeToken.TypeSet
Returns the types that are interfaces implemented by this type.- Overrides:
interfaces
in classTypeToken<T>.TypeSet
-
rawTypes
Description copied from class:TypeToken.TypeSet
Returns the raw types of the types in this set, in the same order. -
classes
Description copied from class:TypeToken.TypeSet
Returns the types that are classes. -
readResolve
-