293294295296297298299
return CharHashBag.newBagWith(this.value1); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
282283284285286287288
return new CharHashBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
677678679680681682683
return CharHashBag.newBag(this); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
2667266826692670267126722673
return FloatCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
2329233023312332233323342335
2651265226532654265526562657
return CharCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
661662663664665666667
1714171517161717171817191720
return ObjectCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
986987988989990991992
return result; } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }