276277278279280281282
return new LongHashBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
211212213214215216217
293294295296297298299
return LongHashBag.newBagWith(this.value1); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
2348234923502351235223532354
return LongHashBag.newBag(this); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
2654265526562657265826592660
return LongLongHashMap.this.toBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
661662663664665666667
2332233323342335233623372338
986987988989990991992
return result; } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
1714171517161717171817191720
return ObjectLongHashMap.this.toBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }