Searched refs:getUpperBounds (Results 1 – 11 of 11) sorted by relevance
112 Type[] fromUpperBounds = fromWildcardType.getUpperBounds(); in populateTypeMappings()113 Type[] toUpperBounds = toWildcardType.getUpperBounds(); in populateTypeMappings()183 Type[] upperBounds = type.getUpperBounds(); in resolveWildcardType()347 visit(t.getUpperBounds()); in visitWildcardType()408 Type[] upperBounds = wildcardType.getUpperBounds(); in capture()412 WildcardCapturer.class, name, wildcardType.getUpperBounds()); in capture()
293 return boundAsSuperclass(((WildcardType) runtimeType).getUpperBounds()[0]); in getGenericSuperclass()331 return boundsAsInterfaces(((WildcardType) runtimeType).getUpperBounds()); in getGenericInterfaces()382 return getSupertypeFromUpperBounds(superclass, ((WildcardType) runtimeType).getUpperBounds()); in getSupertype()733 visit(type.getUpperBounds());761 return isAssignableFromAny(((WildcardType) from).getUpperBounds(), to);885 Type[] upperBounds = type.getUpperBounds();929 visit(t.getUpperBounds());
78 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType()197 result.set(subtypeOfComponentType(t.getUpperBounds())); in getComponentType()472 @Override public Type[] getUpperBounds() { in getUpperBounds() method in Types.WildcardTypeImpl480 && upperBounds.equals(Arrays.asList(that.getUpperBounds())); in equals()
174 return new WildcardTypeImpl(w.getUpperBounds(), w.getLowerBounds()); in canonicalize()253 return Arrays.equals(wa.getUpperBounds(), wb.getUpperBounds()) in equals()504 public Type[] getUpperBounds() { in getUpperBounds() method in MoreTypes.WildcardTypeImpl
131 double[] getUpperBounds(); in getUpperBounds() method
443 public double[] getUpperBounds() { in getUpperBounds() method in EmpiricalDistributionImpl
46 for (Type each : wildcard.getUpperBounds()) { in validateNoTypeParameterOnWildcardType()
273 assertThat(actual.getUpperBounds()).asList() in assertEqualWildcardType()274 .has().exactlyAs(asList(expected.getUpperBounds())).inOrder(); in assertEqualWildcardType()
483 assertEquals(String.class, wildcardType.getUpperBounds()[0]);
227 Type[] originalUpperBound = original.getUpperBounds(); in resolveType()
618 Type[] upperBounds = wildcard.getUpperBounds(); in firstBound()