293294295296297298299
return CharHashBag.newBagWith(this.value1); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }