Searched defs:ParameterizedTypeImpl (Results  1 – 7 of 7) sorted by relevance
| /external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ | 
| D | ParameterizedTypeImpl.java | 37 class ParameterizedTypeImpl extends TypeImpl implements ParameterizedType {  class44     protected ParameterizedTypeImpl(DeclaredType declaredType, Context context) {  in ParameterizedTypeImpl()  method in ParameterizedTypeImpl
 
 | 
| /external/guice/core/src/com/google/inject/internal/ | 
| D | MoreTypes.java | 351   public static class ParameterizedTypeImpl  class in MoreTypes357     public ParameterizedTypeImpl(Type ownerType, Type rawType, Type... typeArguments) {  in ParameterizedTypeImpl()  method in MoreTypes.ParameterizedTypeImpl
 
 | 
| /external/gson/gson/src/main/java/com/google/gson/internal/ | 
| D | $Gson$Types.java | 484   private static final class ParameterizedTypeImpl implements ParameterizedType, Serializable {  class in $Gson$Types489     public ParameterizedTypeImpl(Type ownerType, Type rawType, Type... typeArguments) {  in ParameterizedTypeImpl()  method in $Gson$Types.ParameterizedTypeImpl
 
 | 
| /external/guava/guava/src/com/google/common/reflect/ | 
| D | Types.java | 257   private static final class ParameterizedTypeImpl implements ParameterizedType, Serializable {  class in Types263     ParameterizedTypeImpl(@CheckForNull Type ownerType, Class<?> rawType, Type[] typeArguments) {  in ParameterizedTypeImpl()  method in Types.ParameterizedTypeImpl
 
 | 
| /external/moshi/moshi/src/main/java/com/squareup/moshi/internal/ | 
| D | Util.java | 383   public static final class ParameterizedTypeImpl implements ParameterizedType {  class in Util388     public ParameterizedTypeImpl(@Nullable Type ownerType, Type rawType, Type... typeArguments) {  in ParameterizedTypeImpl()  method in Util.ParameterizedTypeImpl
 
 | 
| /external/guava/android/guava/src/com/google/common/reflect/ | 
| D | Types.java | 257   private static final class ParameterizedTypeImpl implements ParameterizedType, Serializable {  class in Types263     ParameterizedTypeImpl(@CheckForNull Type ownerType, Class<?> rawType, Type[] typeArguments) {  in ParameterizedTypeImpl()  method in Types.ParameterizedTypeImpl
 
 | 
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/ | 
| D | TypeUtils.java | 105     private static final class ParameterizedTypeImpl implements ParameterizedType {  class in TypeUtils116 …private ParameterizedTypeImpl(final Class<?> rawClass, final Type useOwner, final Type[] typeArgum…  in ParameterizedTypeImpl()  method in TypeUtils.ParameterizedTypeImpl
 
 |