| Package | Description |
|---|---|
| com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedCharCollection |
SynchronizedCharCollection.of(com.gs.collections.api.collection.primitive.MutableCharCollection collection)
This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.
|
static SynchronizedCharCollection |
SynchronizedCharCollection.of(com.gs.collections.api.collection.primitive.MutableCharCollection collection,
java.lang.Object lock)
This method will take a MutableCharCollection and wrap it directly in a SynchronizedCharCollection.
|