90919293949596979899100
} public ImmutableShortBag newWithoutAll(ShortIterable elements) { ShortHashBag bag = ShortHashBag.newBag(this.delegate); bag.removeAll(elements); return bag.toImmutable(); } public int size() {