Package nds2
Class vectorEpochs
- java.lang.Object
-
- nds2.vectorEpochs
-
- Direct Known Subclasses:
epochs_type
public class vectorEpochs extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description vectorEpochs()vectorEpochs(long n)protectedvectorEpochs(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(epoch x)longcapacity()voidclear()voiddelete()protected voidfinalize()epochget(int i)protected static longgetCPtr(vectorEpochs obj)booleanisEmpty()voidreserve(long n)voidset(int i, epoch val)longsize()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(vectorEpochs obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
size
public long size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
clear
public void clear()
-
add
public void add(epoch x)
-
get
public epoch get(int i)
-
set
public void set(int i, epoch val)
-
-