118119120121122123124
} @Override public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
311312313314315316317
return this.delegate.toReversed().injectInto(injectedValue, function); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
132133134135136137138
293294295296297298299
return ShortHashBag.newBagWith(this.value1); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
2345234623472348234923502351
return ShortHashBag.newBag(this); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
2651265226532654265526562657
return ShortShortHashMap.this.toBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
661662663664665666667
2329233023312332233323342335
221222223224225226227
276277278279280281282
return new ShortHashBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }