| Package | Description |
|---|---|
| com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(com.gs.collections.api.set.primitive.MutableBooleanSet set)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(com.gs.collections.api.set.primitive.MutableBooleanSet set,
java.lang.Object lock)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
SynchronizedBooleanSet |
SynchronizedBooleanSet.with(boolean element) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.withAll(com.gs.collections.api.BooleanIterable elements) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.without(boolean element) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.withoutAll(com.gs.collections.api.BooleanIterable elements) |