Home
last modified time | relevance | path

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

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