| Package | Description |
|---|---|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteHashSet |
ByteHashSet.newSet(com.gs.collections.api.ByteIterable source) |
static ByteHashSet |
ByteHashSet.newSetWith(byte... source) |
ByteHashSet |
ByteHashSet.select(com.gs.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteHashSet |
ByteHashSet.with(byte element) |
ByteHashSet |
ByteHashSet.withAll(com.gs.collections.api.ByteIterable elements) |
ByteHashSet |
ByteHashSet.without(byte element) |
ByteHashSet |
ByteHashSet.withoutAll(com.gs.collections.api.ByteIterable elements) |
| Constructor and Description |
|---|
ByteHashSet(ByteHashSet set) |