public class ASN1EncodableVector
extends java.lang.Object
Constructor and Description |
---|
ASN1EncodableVector() |
ASN1EncodableVector(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(ASN1Encodable element) |
void |
addAll(ASN1Encodable[] others) |
void |
addAll(ASN1EncodableVector other) |
ASN1Encodable |
get(int i)
Return the object at position i in this vector.
|
int |
size()
Return the size of the vector.
|
public ASN1EncodableVector()
public ASN1EncodableVector(int initialCapacity)
public void add(ASN1Encodable element)
public void addAll(ASN1Encodable[] others)
public void addAll(ASN1EncodableVector other)
public ASN1Encodable get(int i)
i
- the index of the object of interest.public int size()