| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| Modifier and Type | Method | 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–2019. All rights reserved.