433434435436437438439
return CharHashBag.newBag(this); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
2670267126722673267426752676
return DoubleCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
221222223224225226227
return CharHashBag.newBagWith(this.value1); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
2345234623472348234923502351
282283284285286287288
return new CharHashBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
293294295296297298299
2662266326642665266626672668
return ByteCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
211212213214215216217