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

/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypesTest.java199 private static class WithWildcardType { class in class:TypesTest
215 WithWildcardType.class
224 WithWildcardType.getWildcardType("withoutBound");
226 WithWildcardType.getWildcardType("withObjectBound");
228 WithWildcardType.getWildcardType("withUpperBound");
230 WithWildcardType.getWildcardType("withLowerBound");

Completed in 116 milliseconds