org.apache.xpath.compiler
public class OpMapVector extends Object
UNKNOWN: internal
| Constructor Summary | |
|---|---|
| OpMapVector(int blocksize, int increaseSize, int lengthPos)
Construct a OpMapVector, using the given block size.
| |
| Method Summary | |
|---|---|
| int | elementAt(int i)
Get the nth element.
|
| void | setElementAt(int value, int index)
Sets the component at the specified index of this vector to be the
specified object. |
| void | setToSize(int size) |
Parameters: blocksize Size of block to allocate
Parameters: i index of object to get
Returns: object at given index
Parameters: value object to set index Index of where to set the object