static ByteHashBag |
ByteHashBag.newBag(ByteBag source) |
static ByteHashBag |
ByteHashBag.newBag(ByteIterable source) |
static ByteHashBag |
ByteHashBag.newBag(int size) |
static ByteHashBag |
ByteHashBag.newBagWith(byte... source) |
ByteHashBag |
ByteHashBag.reject(BytePredicate predicate) |
ByteHashBag |
ByteHashBag.select(BytePredicate predicate) |
ByteHashBag |
ByteHashBag.selectByOccurrences(IntPredicate 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(ByteIterable iterable) |
ByteHashBag |
ByteHashBag.without(byte element) |
ByteHashBag |
ByteHashBag.withoutAll(ByteIterable iterable) |