293294295296297298299
return IntHashBag.newBagWith(this.value1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }