public class FloatBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float[] |
buffer |
protected int |
size |
Constructor and Description |
---|
FloatBuffer() |
FloatBuffer(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(float l) |
void |
clear() |
double |
get(int pos) |
int |
size() |
float[] |
toArray() |