| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedBag<T>
A synchronized view of a
MutableBag. |
| Modifier and Type | Method and Description |
|---|---|
static <E,C extends java.util.Collection<E>> |
SynchronizedMutableCollection.of(C collection)
This method will take a MutableCollection and wrap it directly in a SynchronizedMutableCollection.
|
static <E,C extends java.util.Collection<E>> |
SynchronizedMutableCollection.of(C collection,
java.lang.Object lock)
This method will take a MutableCollection and wrap it directly in a SynchronizedMutableCollection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMutableList<T>
A synchronized view of a
MutableList. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMutableSet<T>
A synchronized view of a
MutableSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedSortedSet<T>
A synchronized view of a
MutableSortedSet. |