| Package | Description |
|---|---|
| com.gs.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReverseIterable<T> |
ReverseIterable.adapt(com.gs.collections.api.list.ListIterable<T> listIterable) |
| Modifier and Type | Method and Description |
|---|---|
ReverseIterable<T> |
AbstractMutableList.asReversed() |