Searched defs:lowerBounds (Results 1 – 4 of 4) sorted by relevance
73 Type[] lowerBounds = wildcard.getLowerBounds(); in newArrayType() local458 private final ImmutableList<Type> lowerBounds; field in Types.WildcardTypeImpl461 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
182 Type[] lowerBounds = type.getLowerBounds(); in resolveWildcardType() local406 Type[] lowerBounds = wildcardType.getLowerBounds(); in capture() local
485 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
617 Type[] lowerBounds = wildcard.getLowerBounds(); in firstBound() local