| 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 |
|---|---|
SynchronizedBooleanBag |
SynchronizedBooleanBag.with(boolean element) |
SynchronizedBooleanBag |
SynchronizedBooleanBag.withAll(com.gs.collections.api.BooleanIterable elements) |
SynchronizedBooleanBag |
SynchronizedBooleanBag.without(boolean element) |
SynchronizedBooleanBag |
SynchronizedBooleanBag.withoutAll(com.gs.collections.api.BooleanIterable elements) |