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

/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypesTest.java277 private static class WithTypeVariable { class in class:TypesTest
290 WithTypeVariable.class
299 WithTypeVariable.getTypeVariable("withoutBound");
301 WithTypeVariable.getTypeVariable("withObjectBound");
303 WithTypeVariable.getTypeVariable("withUpperBound");

Completed in 113 milliseconds