Package javaforce
Class JFArray<T>
java.lang.Object
javaforce.JFArray<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buf
-
count
protected int count -
initSize
public static int initSize
-
-
Constructor Details
-
JFArray
public JFArray()
-
-
Method Details
-
alloc
public abstract void alloc(int size) -
size
public int size() -
clear
public void clear() -
append
-
append
-
set
-
toArray
-
toArray
-
getBuffer
-