| 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 |
|---|---|
UnmodifiableShortBag |
UnmodifiableShortBag.with(short element) |
UnmodifiableShortBag |
UnmodifiableShortBag.withAll(com.gs.collections.api.ShortIterable elements) |
UnmodifiableShortBag |
UnmodifiableShortBag.without(short element) |
UnmodifiableShortBag |
UnmodifiableShortBag.withoutAll(com.gs.collections.api.ShortIterable elements) |