public class CompactArray extends Object implements Serializable
CompactArray(int offset, float[] array)
float[]
getArray()
int
getOffset()
length()
void
set(int index, float value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompactArray(int offset, float[] array)
public void set(int index, float value)
index
value
public float[] getArray()
public int getOffset()
public int length()
Copyright © 2014–2019 码农场. All rights reserved.