Package nds2
Class epochs_type
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<epoch>
-
- nds2.vectorEpochs
-
- nds2.epochs_type
-
- All Implemented Interfaces:
java.lang.Iterable<epoch>
,java.util.Collection<epoch>
,java.util.List<epoch>
,java.util.RandomAccess
public class epochs_type extends vectorEpochs
-
-
Constructor Summary
Constructors Modifier Constructor Description epochs_type()
protected
epochs_type(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(epochs_type obj)
protected void
swigSetCMemOwn(boolean own)
-
Methods inherited from class nds2.vectorEpochs
add, add, capacity, clear, get, getCPtr, isEmpty, remove, removeRange, reserve, set, size
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(epochs_type obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwn
in classvectorEpochs
-
finalize
protected void finalize()
- Overrides:
finalize
in classvectorEpochs
-
delete
public void delete()
- Overrides:
delete
in classvectorEpochs
-
-