2670267126722673267426752676
return DoubleShortHashMap.this.toBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
677678679680681682683
return ShortHashBag.newBag(this); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
288289290291292293294
return ShortHashBag.newBagWith(this.value1); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
293294295296297298299
282283284285286287288
return new ShortHashBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
2345234623472348234923502351