Package javaforce
Class JFArrayShort
java.lang.Object
javaforce.JFArrayShort
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
initSize
public static int initSize
-
-
Constructor Details
-
JFArrayShort
public JFArrayShort()
-
-
Method Details
-
size
public int size() -
clear
public void clear() -
append
public void append(short s) -
append
public void append(short[] s) -
set
public void set(short[] s, int pos) -
toArray
public short[] toArray(int pos, int length) -
toArray
public short[] toArray() -
getBuffer
public short[] getBuffer()
-