Package javassist.bytecode
Class LongVector
- java.lang.Object
-
- javassist.bytecode.LongVector
-
final class LongVector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LongVector()
LongVector(int initialSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addElement(ConstInfo value)
int
capacity()
ConstInfo
elementAt(int i)
int
size()
-
-
-
Field Detail
-
ASIZE
static final int ASIZE
- See Also:
- Constant Field Values
-
ABITS
static final int ABITS
- See Also:
- Constant Field Values
-
VSIZE
static final int VSIZE
- See Also:
- Constant Field Values
-
objects
private ConstInfo[][] objects
-
elements
private int elements
-
-