static ShortHashBag |
ShortHashBag.newBag(int size) |
static ShortHashBag |
ShortHashBag.newBag(org.eclipse.collections.api.bag.primitive.ShortBag source) |
static ShortHashBag |
ShortHashBag.newBag(org.eclipse.collections.api.ShortIterable source) |
static ShortHashBag |
ShortHashBag.newBagWith(short... source) |
ShortHashBag |
ShortHashBag.reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
ShortHashBag |
ShortHashBag.select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate) |
ShortHashBag |
ShortHashBag.with(short element) |
ShortHashBag |
ShortHashBag.with(short element1,
short element2) |
ShortHashBag |
ShortHashBag.with(short element1,
short element2,
short element3) |
ShortHashBag |
ShortHashBag.withAll(org.eclipse.collections.api.ShortIterable iterable) |
ShortHashBag |
ShortHashBag.without(short element) |
ShortHashBag |
ShortHashBag.withoutAll(org.eclipse.collections.api.ShortIterable iterable) |