Searched defs:boundAsSuperclass (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java289 return boundAsSuperclass(((TypeVariable<?>) runtimeType).getBounds()[0]);
293 return boundAsSuperclass(((WildcardType) runtimeType).getUpperBounds()[0]);
304 @Nullable private TypeToken<? super T> boundAsSuperclass(Type bound) { method in class:TypeToken

Completed in 132 milliseconds