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

  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 216 private static class HasBoth extends TypeA implements TypeB {}
220 HasBoth hasBoth = new HasBoth();
222 FluentIterable.from(asList(new TypeA(), new TypeA(), hasBoth, new TypeA()));
224 assertThat(blist).iteratesAs(hasBoth);
IterablesTest.java 278 private static class HasBoth extends TypeA implements TypeB {}
282 HasBoth hasBoth = new HasBoth();
284 .newArrayList(new TypeA(), new TypeA(), hasBoth, new TypeA());
286 assertThat(blist).iteratesAs(hasBoth);
    [all...]

Completed in 125 milliseconds