2667266826692670267126722673
return ShortFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
677678679680681682683
return FloatHashBag.newBag(this); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2345234623472348234923502351
986987988989990991992
return result; } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
1714171517161717171817191720
return ObjectFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
282283284285286287288
return new FloatHashBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2662266326642665266626672668
return ByteFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }