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