Package | Description |
---|---|
org.eclipse.collections.impl.primitive |
Modifier and Type | Method and Description |
---|---|
static SynchronizedBooleanIterable |
SynchronizedBooleanIterable.of(BooleanIterable iterable)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
|
static SynchronizedBooleanIterable |
SynchronizedBooleanIterable.of(BooleanIterable iterable,
Object lock)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
|
Copyright © 2004–2016. All rights reserved.