public class vectorEpochs
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
vectorEpochs() |
|
vectorEpochs(long n) |
protected |
vectorEpochs(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
epoch |
get(int i) |
protected static long |
getCPtr(vectorEpochs obj) |
void |
pushBack(epoch x) |
void |
reserve(long n) |
void |
set(int i,
epoch val) |
long |
size() |
protected vectorEpochs(long cPtr, boolean cMemoryOwn)
public vectorEpochs()
public vectorEpochs(long n)
protected static long getCPtr(vectorEpochs 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 empty()
public void clear()
public void pushBack(epoch x)
public epoch get(int i)
public void set(int i, epoch val)