| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| Modifier and Type | Method and Description |
|---|---|
static <E,L extends java.util.List<E>> |
SynchronizedMutableList.of(L list)
This method will take a MutableList and wrap it directly in a SynchronizedMutableList.
|
static <E,L extends java.util.List<E>> |
SynchronizedMutableList.of(L list,
java.lang.Object lock)
This method will take a MutableList and wrap it directly in a SynchronizedMutableList.
|