293294295296297298299
return IntHashBag.newBagWith(this.value1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2535253625372538253925402541
return IntHashBag.newBag(this); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
221222223224225226227
282283284285286287288
return new IntHashBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2345234623472348234923502351
276277278279280281282
2662266326642665266626672668
return ByteIntHashMap.this.toBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
677678679680681682683