392393394395396397398
return ByteHashBag.newBag(this); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
249250251252253254255
return this; } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
173174175176177178179180
@Override public LazyByteIterable asLazy() { synchronized (this.getLock()) { return new LazyByteIterableAdapter(this); } }
232233234235236237238
return ByteHashBag.newBagWith(this.element1); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
208209210211212213214
return new ByteHashBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
132133134135136137138
} @Override public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
118119120121122123124
252253254255256257258
1714171517161717171817191720
return ObjectByteHashMap.this.toBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
986987988989990991992
return result; } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }