| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| Modifier and Type | Method and Description |
|---|---|
UnmodifiableSortedBag<T> |
AbstractMutableSortedBag.asUnmodifiable() |
UnmodifiableSortedBag<T> |
UnmodifiableSortedBag.clone() |
static <E,S extends MutableSortedBag<E>> |
UnmodifiableSortedBag.of(S bag)
This method will take a MutableSortedBag and wrap it directly in a UnmodifiableSortedBag.
|
Copyright © 2004–2022. All rights reserved.