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 voidaddElement(ConstInfo value)intcapacity()ConstInfoelementAt(int i)intsize()
-
-
-
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
-
-