Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java328 return boundsAsInterfaces(((TypeVariable<?>) runtimeType).getBounds()); in getGenericInterfaces()
331 return boundsAsInterfaces(((WildcardType) runtimeType).getUpperBounds()); in getGenericInterfaces()
343 private ImmutableList<TypeToken<? super T>> boundsAsInterfaces(Type[] bounds) { in boundsAsInterfaces() method in TypeToken