static ByteHashBag |
ByteHashBag.newBag(com.gs.collections.api.bag.primitive.ByteBag source) |
static ByteHashBag |
ByteHashBag.newBag(com.gs.collections.api.ByteIterable source) |
static ByteHashBag |
ByteHashBag.newBag(int size) |
static ByteHashBag |
ByteHashBag.newBagWith(byte... source) |
ByteHashBag |
ByteHashBag.reject(com.gs.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteHashBag |
ByteHashBag.select(com.gs.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteHashBag |
ByteHashBag.with(byte element) |
ByteHashBag |
ByteHashBag.with(byte element1,
byte element2) |
ByteHashBag |
ByteHashBag.with(byte element1,
byte element2,
byte element3) |
ByteHashBag |
ByteHashBag.withAll(com.gs.collections.api.ByteIterable iterable) |
ByteHashBag |
ByteHashBag.without(byte element) |
ByteHashBag |
ByteHashBag.withoutAll(com.gs.collections.api.ByteIterable iterable) |