| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSparseArray<V>
A data structure resembling an array indexed by long values, stored as an
 AVL tree. 
 | 
class  | 
PrimitiveSparseArray
A data structure resembling a long array indexed by long values. 
 | 
class  | 
SimpleLongArray
An implementation of LongArray that stores values in an array, thus is
 actually an "IntArray". 
 | 
class  | 
SparseArray<V>
A data structure resembling an Object array indexed by long values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractLongArray<V> | 
AbstractLongArray.clone()
Make a clone of the LongArray. 
 |