| 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 SynchronizedDoubleCollection |
SynchronizedDoubleCollection.of(com.gs.collections.api.collection.primitive.MutableDoubleCollection collection)
This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.
|
static SynchronizedDoubleCollection |
SynchronizedDoubleCollection.of(com.gs.collections.api.collection.primitive.MutableDoubleCollection collection,
java.lang.Object lock)
This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.
|