Searched refs:getLowerBounds (Results 1 – 9 of 9) sorted by relevance
114 Type[] fromLowerBounds = fromWildcardType.getLowerBounds(); in populateTypeMappings()115 Type[] toLowerBounds = toWildcardType.getLowerBounds(); in populateTypeMappings()182 Type[] lowerBounds = type.getLowerBounds(); in resolveWildcardType()406 Type[] lowerBounds = wildcardType.getLowerBounds(); in capture()
73 Type[] lowerBounds = wildcard.getLowerBounds(); in newArrayType()468 @Override public Type[] getLowerBounds() { in getLowerBounds() method in Types.WildcardTypeImpl479 return lowerBounds.equals(Arrays.asList(that.getLowerBounds())) in equals()
402 return getSubtypeFromLowerBounds(subclass, ((WildcardType) runtimeType).getLowerBounds()); in getSubtype()732 visit(type.getLowerBounds());905 Type[] lowerBounds = type.getLowerBounds();
174 return new WildcardTypeImpl(w.getUpperBounds(), w.getLowerBounds()); in canonicalize()254 && Arrays.equals(wa.getLowerBounds(), wb.getLowerBounds()); in equals()508 public Type[] getLowerBounds() { in getLowerBounds() method in MoreTypes.WildcardTypeImpl
49 for (Type each : wildcard.getLowerBounds()) { in validateNoTypeParameterOnWildcardType()
271 assertThat(actual.getLowerBounds()).asList() in assertEqualWildcardType()272 .has().exactlyAs(asList(expected.getLowerBounds())).inOrder(); in assertEqualWildcardType()
476 assertEquals(String.class, wildcardType.getLowerBounds()[0]);
226 Type[] originalLowerBound = original.getLowerBounds(); in resolveType()
617 Type[] lowerBounds = wildcard.getLowerBounds(); in firstBound()