677678679680681682683
return FloatHashBag.newBag(this); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }
2329233023312332233323342335
661662663664665666667
2345234623472348234923502351
2535253625372538253925402541
3367336833693370337133723373
2651265226532654265526562657
return FloatFloatHashMap.this.toBag(); } public LazyFloatIterable asLazy() { return new LazyFloatIterableAdapter(this); }