132133134135136137138
} @Override public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
433434435436437438439
return FloatHashBag.newBag(this); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
891892893894895896897
2667266826692670267126722673
return CharFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2345234623472348234923502351
677678679680681682683
211212213214215216217
return new FloatHashBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2670267126722673267426752676
return DoubleFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
282283284285286287288
293294295296297298299
return FloatHashBag.newBagWith(this.value1); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }