282283284285286287288
return new FloatHashBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
293294295296297298299
return FloatHashBag.newBagWith(this.value1); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2670267126722673267426752676
return LongFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
677678679680681682683
return FloatHashBag.newBag(this); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2667266826692670267126722673
return IntFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }