Searched defs:upperBounds (Results 1 – 8 of 8) 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
76 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local464 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl466 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
247 Type[] upperBounds = type.getUpperBounds(); in resolveWildcardType() local500 TypeVariable<?> captureAsTypeVariable(Type[] upperBounds) { in captureAsTypeVariable()
76 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local467 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl469 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
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