| Package | Description |
|---|---|
| org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> SynchronizedRichIterable<E> |
SynchronizedRichIterable.of(RichIterable<E> iterable)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|
static <E> SynchronizedRichIterable<E> |
SynchronizedRichIterable.of(RichIterable<E> iterable,
Object lock)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|
Copyright © 2004–2022. All rights reserved.