public class OpMapVector
extends java.lang.Object
Constructor | Description |
---|---|
OpMapVector(int blocksize,
int increaseSize,
int lengthPos) |
Construct a OpMapVector, using the given block size.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
public OpMapVector(int blocksize, int increaseSize, int lengthPos)
blocksize
- Size of block to allocatepublic final int elementAt(int i)
i
- index of object to getpublic final void setElementAt(int value, int index)
value
- object to setindex
- Index of where to set the objectpublic final void setToSize(int size)
Copyright © 2014 Apache XML Project. All Rights Reserved.