Searched defs:upperBounds (Results 1 – 6 of 6) sorted by relevance
32 public final List<TypeName> upperBounds; field in WildcardTypeName35 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds) { in WildcardTypeName()39 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds, in WildcardTypeName()45 checkArgument(this.upperBounds.size() == 1, "unexpected extends bounds: %s", upperBounds); in WildcardTypeName() local
78 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local459 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl461 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
183 Type[] upperBounds = type.getUpperBounds(); in resolveWildcardType() local408 Type[] upperBounds = wildcardType.getUpperBounds(); in capture() local
90 private double[] upperBounds = null; field in EmpiricalDistributionImpl
494 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
618 Type[] upperBounds = wildcard.getUpperBounds(); in firstBound() local