| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadHeavyLongArray<V>
A thread-safe LongArray implementation for read heavy workloads but which is also efficient with frequent and/or
bursty writes.
|
class |
SafeLongArray<V>
A thread-safe variant of
LongArray in which is protected by a ReentrantLock. |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractSafeLongArray<V> |
AbstractSafeLongArray.clone() |