Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java208 void withUpperBound(List<? extends int[][]> list) {} in withUpperBound() method in TypesTest.WithWildcardType
286 <T extends Number & CharSequence> void withUpperBound(List<T> list) {} in withUpperBound() method in TypesTest.WithTypeVariable