public class SparseArray extends SparseArrayImpl implements SparseArrayInterface
Only ready only access is allowed to data within this class-instance.
Constructor and Description |
---|
SparseArray(int length) |
SparseArray(int length,
boolean optimizeStorage) |
Modifier and Type | Method and Description |
---|---|
SparseArray |
toSparseArray() |
clear, get, isEmpty, isPopulated, length, set, toSparseArrayImpl, toString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, get, isEmpty, isPopulated, set, toString, toString
public SparseArray(int length)
public SparseArray(int length, boolean optimizeStorage)
public SparseArray toSparseArray()
toSparseArray
in interface SparseArrayInterface