293294295296297298299
return ByteHashBag.newBagWith(this.value1); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
288289290291292293294
677678679680681682683
return ByteHashBag.newBag(this); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
282283284285286287288
return new ByteHashBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
2667266826692670267126722673
return CharByteHashMap.this.toBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
211212213214215216217
2340234123422343234423452346