| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableByteBag |
UnmodifiableByteBag.with(byte element) |
UnmodifiableByteBag |
UnmodifiableByteBag.withAll(com.gs.collections.api.ByteIterable elements) |
UnmodifiableByteBag |
UnmodifiableByteBag.without(byte element) |
UnmodifiableByteBag |
UnmodifiableByteBag.withoutAll(com.gs.collections.api.ByteIterable elements) |