static ShortHashBag |
ShortHashBag.newBag(int size) |
static ShortHashBag |
ShortHashBag.newBag(com.gs.collections.api.bag.primitive.ShortBag source) |
static ShortHashBag |
ShortHashBag.newBag(com.gs.collections.api.ShortIterable source) |
static ShortHashBag |
ShortHashBag.newBagWith(short... source) |
ShortHashBag |
ShortHashBag.with(short element) |
ShortHashBag |
ShortHashBag.with(short element1,
short element2) |
ShortHashBag |
ShortHashBag.with(short element1,
short element2,
short element3) |
ShortHashBag |
ShortHashBag.withAll(com.gs.collections.api.ShortIterable iterable) |
ShortHashBag |
ShortHashBag.without(short element) |
ShortHashBag |
ShortHashBag.withoutAll(com.gs.collections.api.ShortIterable iterable) |