288289290291292293294
return FloatHashBag.newBagWith(this.value1); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
221222223224225226227
293294295296297298299
282283284285286287288
return new FloatHashBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
276277278279280281282
311312313314315316317
return this.delegate.toReversed().injectInto(injectedValue, function); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
232233234235236237238
return FloatHashBag.newBagWith(this.element1); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
208209210211212213214