| Package | Description |
|---|---|
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E,C extends Collection<E>> |
UnmodifiableMutableCollection.of(C collection) |
This method will take a MutableCollection and wrap it directly in a UnmodifiableMutableCollection.
|
Copyright © 2004–2019. All rights reserved.