public class MutableSparseFloatArray extends SparseFloatArray
| Constructor and Description |
|---|
MutableSparseFloatArray(float[] floats) |
public boolean isDirty()
public float get(int idx)
get in class SparseFloatArraypublic void set(int idx,
float val)
public float[] expand()
expand(). Future modifications to this may or may not affect values stored in the
returned array. Modifications to the returned array, cause this object instance to become unusable, as
from this point on all operations are UNDEFINED.expand in class SparseFloatArraypublic void condense()
Copyright © 2005–2013. All rights reserved.