Package nds2
Class vectorEpochs
- All Implemented Interfaces:
Iterable<epoch>,Collection<epoch>,List<epoch>,RandomAccess
- Direct Known Subclasses:
epochs_type
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionvectorEpochs(int count, epoch value) protectedvectorEpochs(long cPtr, boolean cMemoryOwn) vectorEpochs(Iterable<epoch> initialElements) vectorEpochs(epoch[] initialElements) vectorEpochs(vectorEpochs other) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanlongcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longgetCPtr(vectorEpochs obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(long n) intsize()protected voidswigSetCMemOwn(boolean own) Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
vectorEpochs
protected vectorEpochs(long cPtr, boolean cMemoryOwn) -
vectorEpochs
-
vectorEpochs
-
vectorEpochs
public vectorEpochs() -
vectorEpochs
-
vectorEpochs
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own) -
finalize
protected void finalize() -
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<epoch>- Specified by:
addin interfaceList<epoch>- Overrides:
addin classAbstractList<epoch>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<epoch>
-
size
public int size()- Specified by:
sizein interfaceCollection<epoch>- Specified by:
sizein interfaceList<epoch>- Specified by:
sizein classAbstractCollection<epoch>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<epoch>- Specified by:
isEmptyin interfaceList<epoch>- Overrides:
isEmptyin classAbstractCollection<epoch>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<epoch>- Specified by:
clearin interfaceList<epoch>- Overrides:
clearin classAbstractList<epoch>
-