891892893894895896897
return IntHashBag.newBag(this); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
285286287288289290291
return this; } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
280281282283284285286
286287288289290291292
return this.stack.hashCode(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
252253254255256257258
return IntHashBag.newBagWith(this.element1); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
757758759760761762763
433434435436437438439
439440441442443444445446
public LazyIntIterable asLazy() { synchronized (this.lock) { return new LazyIntIterableAdapter(this); } }
249250251252253254255
170171172173174175176
} @Override public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }