891892893894895896897
return ShortHashBag.newBag(this); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
433434435436437438439
757758759760761762763
231232233234235236237
return new ShortHashBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
197198199200201202203204
@Override public LazyShortIterable asLazy() { synchronized (this.getLock()) { return new LazyShortIterableAdapter(this); } }
439440441442443444445446
public LazyShortIterable asLazy() { synchronized (this.lock) { return new LazyShortIterableAdapter(this); } }
1614161516161617161816191620
286287288289290291292
return this.stack.hashCode(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
181182183184185186187
} } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
259260261262263264265
return this; } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }