2345234623472348234923502351
return ShortHashBag.newBag(this); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
293294295296297298299
return ShortHashBag.newBagWith(this.value1); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
282283284285286287288
return new ShortHashBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
3367336833693370337133723373
2662266326642665266626672668
return ByteShortHashMap.this.toBag(); } public LazyShortIterable asLazy() { return new LazyShortIterableAdapter(this); }
677678679680681682683