285286287288289290291
return this; } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
212213214215216217218
return this.collection.toImmutable(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
820821822823824825826
return ShortHashBag.newBag(this); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
173174175176177178179180
@Override public LazyShortIterable asLazy() { synchronized (this.getLock()) { return new LazyShortIterableAdapter(this); } }
208209210211212213214
return new ShortHashBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
252253254255256257258
return ShortHashBag.newBagWith(this.element1); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
254255256257258259260261
232233234235236237238
280281282283284285286
392393394395396397398