| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
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.newEmpty()
Creates a new empty ByteHashBag.
|
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) |
| Constructor and Description |
|---|
ByteHashBag(ByteHashBag bag) |
Copyright © 2004–2022. All rights reserved.