Package com.google.common.reflect
Class TypeToken.Bounds
- java.lang.Object
-
- com.google.common.reflect.TypeToken.Bounds
-
-
Constructor Summary
Constructors Constructor Description Bounds(java.lang.reflect.Type[] bounds, boolean target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isSubtypeOf(java.lang.reflect.Type supertype)
(package private) boolean
isSupertypeOf(java.lang.reflect.Type subtype)
-