232233234235236237238
return IntHashBag.newBagWith(this.element1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
3367336833693370337133723373
return IntHashBag.newBag(this); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
282283284285286287288
return new IntHashBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
211212213214215216217
293294295296297298299
return IntHashBag.newBagWith(this.value1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
288289290291292293294