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(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–2019. All rights reserved.