276277278279280281282
return new ByteHashBag(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
282283284285286287288
212213214215216217218
return this.collection.toImmutable(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
728729730731732733734
return ByteHashBag.newBag(this); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
280281282283284285286
return this; } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
1297129812991300130113021303
311312313314315316317
return this.delegate.toReversed().injectInto(injectedValue, function); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
286287288289290291292
return this.stack.hashCode(); } public LazyByteIterable asLazy() { return new LazyByteIterableAdapter(this); }
47484950515253
/** * Creates a deferred byte iterable for the specified byte iterable. */ public static LazyByteIterable adapt(ByteIterable iterable) { return new LazyByteIterableAdapter(iterable); }
285286287288289290291