HomeSort by relevance Sort by last modified time
    Searched refs:Interface2 (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/eventbus/outside/
AnnotatedSubscriberFinderTests.java 339 interface Interface2 extends Interface1 {
358 static class SubscriberClass implements Interface2 {
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 202 TypeToken.of(Interface2.class),
209 TypeToken.of(Interface2.class),
229 Interface2.class,
236 Interface2.class,
274 public <A extends Interface1 & Interface2 & Interface3<String>>
278 .has().exactly(Interface1.class, Interface2.class, Interface3.class, Iterable.class);
553 private interface Interface2 {}
555 private interface Interface12 extends Interface1, Interface2 {}
    [all...]

Completed in 124 milliseconds