Searched defs:TypeVarBoundedType (Results 1 - 1 of 1) sorted by relevance

/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java104 return new TypeVarBoundedType(typeParameter);
458 * @see TypeVarBoundedType
489 public static class TypeVarBoundedType implements BoundedType { class in class:GenericMetadataSupport
493 public TypeVarBoundedType(TypeVariable typeVariable) { method in class:GenericMetadataSupport.TypeVarBoundedType
522 return typeVariable.equals(((TypeVarBoundedType) o).typeVariable);
583 return wildcard.equals(((TypeVarBoundedType) o).typeVariable);

Completed in 58 milliseconds