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