Uses of Class
com.tangosol.util.AbstractLongArray
-
Packages that use AbstractLongArray Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of AbstractLongArray in com.tangosol.util
Subclasses of AbstractLongArray in com.tangosol.util Modifier and Type Class 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.Methods in com.tangosol.util that return AbstractLongArray Modifier and Type Method Description AbstractLongArray<V>
AbstractLongArray. clone()
Make a clone of the LongArray.
-