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