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