Searched defs:upperBounds (Results 1 – 5 of 5) sorted by relevance
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
485 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
618 Type[] upperBounds = wildcard.getUpperBounds(); in firstBound() local