public class CompactArray extends Object implements Serializable
| Constructor and Description |
|---|
CompactArray(int offset,
float[] array) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getArray() |
int |
getOffset() |
int |
length() |
void |
set(int index,
float value)
将index处的元素设置为value
|
Copyright © 2014–2021 码农场. All rights reserved.