2345234623472348234923502351
return IntHashBag.newBag(this); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
2670267126722673267426752676
return DoubleIntHashMap.this.toBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
677678679680681682683
282283284285286287288
return new IntHashBag(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
181182183184185186187
} } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
212213214215216217218
return this.collection.toImmutable(); } public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
1614161516161617161816191620
118119120121122123124
} @Override public LazyIntIterable asLazy() { return new LazyIntIterableAdapter(this); }
173174175176177178179180
@Override public LazyIntIterable asLazy() { synchronized (this.getLock()) { return new LazyIntIterableAdapter(this); } }
820821822823824825826