Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1219 Method sizeMethod = List.class.getMethod("size"); in testMethod_getOwnerType() local
1221 TypeToken.of(List.class).method(sizeMethod).getOwnerType()); in testMethod_getOwnerType()
1223 new TypeToken<List<String>>() {}.method(sizeMethod).getOwnerType()); in testMethod_getOwnerType()
1227 Method sizeMethod = Map.class.getMethod("size"); in testMethod_notDeclaredByType() local
1229 TypeToken.of(List.class).method(sizeMethod); in testMethod_notDeclaredByType()