org.apache.xalan.lib.sql
public class ObjectArray extends Object
Constructor Summary | |
---|---|
ObjectArray() | |
ObjectArray(int minArraySize) |
Method Summary | |
---|---|
int | append(Object o) |
Object | getAt(int idx) |
static void | main(String[] args) |
void | setAt(int idx, Object obj) |
Parameters: minArraySize The size of the Arrays stored in the Vector
Parameters: o Object to be appended to the Array
Parameters: idx Index of the Object in the Array
Parameters: args
Parameters: idx Index of the Object in the Array obj , The value to set in the Array