163164165166167168169
return new BooleanHashBag(); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
240241242243244245246247
@Override public LazyBooleanIterable asLazy() { synchronized (this.getLock()) { return new LazyBooleanIterableAdapter(this); } }
699700701702703704705
return BooleanHashBag.newBag(this); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
197198199200201202203204
391392393394395396397
181182183184185186187
} } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
177178179180181182183
309310311312313314315
248249250251252253254
return BooleanHashBag.newBagWith(this.value1); } public LazyBooleanIterable asLazy() { return new LazyBooleanIterableAdapter(this); }
237238239240241242243