| 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 |
|---|---|
UnmodifiableIntBag |
UnmodifiableIntBag.with(int element) |
UnmodifiableIntBag |
UnmodifiableIntBag.withAll(com.gs.collections.api.IntIterable elements) |
UnmodifiableIntBag |
UnmodifiableIntBag.without(int element) |
UnmodifiableIntBag |
UnmodifiableIntBag.withoutAll(com.gs.collections.api.IntIterable elements) |