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