Searched defs:upperBounds (Results 1 – 4 of 4) sorted by relevance
71 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local376 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl378 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
566 Type[] upperBounds = wildcard.getUpperBounds(); in firstBound() local