public class Vectorul
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Vectorul() |
|
Vectorul(long n) |
protected |
Vectorul(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.math.BigInteger x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
java.math.BigInteger |
get(int i) |
protected static long |
getCPtr(Vectorul obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
java.math.BigInteger val) |
long |
size() |
protected Vectorul(long cPtr, boolean cMemoryOwn)
public Vectorul()
public Vectorul(long n)
protected static long getCPtr(Vectorul obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(java.math.BigInteger x)
public java.math.BigInteger get(int i)
public void set(int i, java.math.BigInteger val)