| Package | Description |
|---|---|
| com.gs.collections.impl |
This package contains implementations for GS Collections API.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> SynchronizedRichIterable<E> |
SynchronizedRichIterable.of(com.gs.collections.api.RichIterable<E> iterable)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|
static <E> SynchronizedRichIterable<E> |
SynchronizedRichIterable.of(com.gs.collections.api.RichIterable<E> iterable,
java.lang.Object lock)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
|