Package com.itextpdf.io.util
Class GenericArray<T>
- java.lang.Object
-
- com.itextpdf.io.util.GenericArray<T>
-
public class GenericArray<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericArray(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int index)
T
set(int index, T element)
-