Home | History | Annotate | Download | only in collect

Lines Matching refs:blist

296     Iterable<TypeB> blist = Iterables.filter(alist, TypeB.class);
297 ASSERT.that(blist).hasContentsInOrder(hasBoth);