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