Searched refs:StringListArrayIterable (Results 1 – 1 of 1) sorted by relevance
997 private interface StringListArrayIterable extends ListIterable<String> {} interface in TypeTokenTest1104 assertEquals(TypeToken.of(StringListArrayIterable.class), in testGetSubtype_withoutTypeVariable()1105 new TypeToken<Iterable<List<String>>>() {}.getSubtype(StringListArrayIterable.class)); in testGetSubtype_withoutTypeVariable()1106 assertEquals(TypeToken.of(StringListArrayIterable[].class), in testGetSubtype_withoutTypeVariable()1107 new TypeToken<Iterable<List<String>>[]>() {}.getSubtype(StringListArrayIterable[].class)); in testGetSubtype_withoutTypeVariable()