293294295296297298299
return IntHashBag.newBagWith(this.value1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
677678679680681682683
return IntHashBag.newBag(this); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2667266826692670267126722673
return ShortIntHashMap.this.toBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2329233023312332233323342335
2651265226532654265526562657
return IntIntHashMap.this.toBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
661662663664665666667
1713171417151716171717181719
return ObjectIntHashMap.this.toBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
985986987988989990991
return result; } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2345234623472348234923502351