| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronizedBooleanList |
SynchronizedBooleanList.with(boolean element) |
SynchronizedBooleanList |
SynchronizedBooleanList.withAll(com.gs.collections.api.BooleanIterable elements) |
SynchronizedBooleanList |
SynchronizedBooleanList.without(boolean element) |
SynchronizedBooleanList |
SynchronizedBooleanList.withoutAll(com.gs.collections.api.BooleanIterable elements) |