HomeSort by relevance Sort by last modified time
    Searched full:boundedtype (Results 1 - 3 of 3) sorted by null

  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 97 * @return A {@link BoundedType} for easy bound information, if first bound is a TypeVariable
98 * then retrieve BoundedType of this TypeVariable
100 private BoundedType boundsOf(TypeVariable typeParameter) {
109 * @return A {@link BoundedType} for easy bound information, if first bound is a TypeVariable
110 * then retrieve BoundedType of this TypeVariable
112 private BoundedType boundsOf(WildcardType wildCard) {
371 if (type instanceof BoundedType) {
372 return extractRawTypeOf(((BoundedType) type).firstBound());
387 if (type instanceof BoundedType) {
388 return Arrays.asList(((BoundedType) type).interfaceBounds());
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 391 } else { // WildcardType, BoundedType
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java     [all...]

Completed in 347 milliseconds