Package | Description |
---|---|
org.eclipse.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(MutableBooleanSet set)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(MutableBooleanSet set,
Object lock)
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
SynchronizedBooleanSet |
SynchronizedBooleanSet.with(boolean element) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.withAll(BooleanIterable elements) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.without(boolean element) |
SynchronizedBooleanSet |
SynchronizedBooleanSet.withoutAll(BooleanIterable elements) |
Copyright © 2004–2016. All rights reserved.