Searched refs:subtypeOfComponentType (Results 1 – 1 of 1) sorted by relevance
194 result.set(subtypeOfComponentType(t.getBounds())); in getComponentType()197 result.set(subtypeOfComponentType(t.getUpperBounds())); in getComponentType()213 @Nullable private static Type subtypeOfComponentType(Type[] bounds) { in subtypeOfComponentType() method in Types