3370337133723373337433753376
return LongHashBag.newBag(this); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
2667266826692670267126722673
return FloatLongHashMap.this.toBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
677678679680681682683
return ShortLongHashMap.this.toBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
293294295296297298299
return LongHashBag.newBagWith(this.value1); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
221222223224225226227
282283284285286287288
return new LongHashBag(); } public LazyLongIterable asLazy() { return new LazyLongIterableAdapter(this); }
288289290291292293294