| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableBag<T> |
AbstractMutableBag.asUnmodifiable() |
static <E,B extends MutableBag<E>> |
UnmodifiableBag.of(B bag)
This method will take a MutableBag and wrap it directly in a UnmodifiableBag.
|
Copyright © 2004–2022. All rights reserved.