final class LongVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
ABITS |
(package private) static int |
ASIZE |
private int |
elements |
private ConstInfo[][] |
objects |
(package private) static int |
VSIZE |
Constructor and Description |
---|
LongVector() |
LongVector(int initialSize) |
Modifier and Type | Method and Description |
---|---|
void |
addElement(ConstInfo value) |
int |
capacity() |
ConstInfo |
elementAt(int i) |
int |
size() |
static final int ASIZE
static final int ABITS
static final int VSIZE
private ConstInfo[][] objects
private int elements