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