3367336833693370337133723373
return CharHashBag.newBag(this); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
293294295296297298299
return CharHashBag.newBagWith(this.value1); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
2670267126722673267426752676
return LongCharHashMap.this.toBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
677678679680681682683
208209210211212213214
return new CharHashBag(); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
232233234235236237238
return CharHashBag.newBagWith(this.element1); } public LazyCharIterable asLazy() { return new LazyCharIterableAdapter(this); }
757758759760761762763
197198199200201202203204
@Override public LazyCharIterable asLazy() { synchronized (this.getLock()) { return new LazyCharIterableAdapter(this); } }
439440441442443444445446
public LazyCharIterable asLazy() { synchronized (this.lock) { return new LazyCharIterableAdapter(this); } }