Package javaforce

Class JFArray<T>

java.lang.Object
javaforce.JFArray<T>

public abstract class JFArray<T> extends Object
  • Field Details

    • buf

      protected T[] 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

      public void append(T s)
    • append

      public void append(T[] s)
    • set

      public void set(T[] s, int pos)
    • toArray

      public T[] toArray()
    • toArray

      public T[] toArray(int pos, int length)
    • getBuffer

      public T[] getBuffer()