| Package | Description |
|---|---|
| com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableArrayBag<T> |
ImmutableArrayBag.copyFrom(com.gs.collections.api.bag.Bag<T> bag) |
static <T> ImmutableArrayBag<T> |
ImmutableArrayBag.newBagWith(T... elements) |