757758759760761762763
return ByteHashBag.newBag(this); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
439440441442443444445446
public LazyByteIterable asLazy() { synchronized (this.lock) { return new LazyByteIterableAdapter(this); } }
197198199200201202203204
@Override public LazyByteIterable asLazy() { synchronized (this.getLock()) { return new LazyByteIterableAdapter(this); } }
254255256257258259260261
259260261262263264265
return this; } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
231232233234235236237
return new ByteHashBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
891892893894895896897
181182183184185186187
} } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
170171172173174175176
} @Override public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
433434435436437438439