248249250251252253254
return BooleanHashBag.newBagWith(this.value1); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
2807280828092810281128122813
return IntBooleanHashMap.this.toBag(); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
237238239240241242243
return new BooleanHashBag(); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
166167168169170171172
1464146514661467146814691470
return BooleanHashBag.newBag(this); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
176177178179180181182