| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableArrayBag<T> |
ImmutableArrayBag.copyFrom(Bag<? extends T> bag) |
static <T> ImmutableArrayBag<T> |
ImmutableArrayBag.newBagWith(T... elements) |
Copyright © 2004–2022. All rights reserved.