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