public class FloatArray
extends java.lang.Object
Constructor and Description |
---|
FloatArray() |
FloatArray(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
FloatArray |
add(float value) |
float[] |
array() |
FloatArray |
clear() |
float |
get(int index) |
FloatArray |
set(int index,
float value) |
int |
size() |
FloatArray |
trimToSize() |
public float[] array()
public int size()
public float get(int index)
public FloatArray set(int index, float value)
public FloatArray add(float value)
public FloatArray trimToSize()
public FloatArray clear()