| Package | Description |
|---|---|
| com.gs.collections.impl.primitive |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedBooleanIterable |
SynchronizedBooleanIterable.of(com.gs.collections.api.BooleanIterable iterable)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
|
static SynchronizedBooleanIterable |
SynchronizedBooleanIterable.of(com.gs.collections.api.BooleanIterable iterable,
java.lang.Object lock)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
|