Home
last modified time | relevance | path

Searched refs:subtypeOfComponentType (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DTypes.java194 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