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

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

Completed in 77 milliseconds