Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java288 static TypeVariable<?> getTypeVariable(String methodName) throws Exception { in getTypeVariable() method in TypesTest.WithTypeVariable
299 WithTypeVariable.getTypeVariable("withoutBound"); in testNewTypeVariable()
301 WithTypeVariable.getTypeVariable("withObjectBound"); in testNewTypeVariable()
303 WithTypeVariable.getTypeVariable("withUpperBound"); in testNewTypeVariable()