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