Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java304 TypeVariable<?> noBound = withBounds(noBoundJvmType); in testNewTypeVariable()
305 TypeVariable<?> objectBound = withBounds(objectBoundJvmType, Object.class); in testNewTypeVariable()
306 TypeVariable<?> upperBound = withBounds( in testNewTypeVariable()
311 withBounds(noBoundJvmType, Object.class)); in testNewTypeVariable()
336 private static <D extends GenericDeclaration> TypeVariable<D> withBounds( in withBounds() method in TypesTest