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) protected
vectorEpochs
(long cPtr, boolean cMemoryOwn) vectorEpochs
(Iterable<epoch> initialElements) vectorEpochs
(epoch[] initialElements) vectorEpochs
(vectorEpochs other) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
long
capacity()
void
clear()
void
delete()
protected void
finalize()
get
(int index) protected static long
getCPtr
(vectorEpochs obj) boolean
isEmpty()
remove
(int index) protected void
removeRange
(int fromIndex, int toIndex) void
reserve
(long n) int
size()
protected void
swigSetCMemOwn
(boolean own) Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
add
in interfaceCollection<epoch>
- Specified by:
add
in interfaceList<epoch>
- Overrides:
add
in classAbstractList<epoch>
-
add
-
remove
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRange
in classAbstractList<epoch>
-
size
public int size()- Specified by:
size
in interfaceCollection<epoch>
- Specified by:
size
in interfaceList<epoch>
- Specified by:
size
in classAbstractCollection<epoch>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<epoch>
- Specified by:
isEmpty
in interfaceList<epoch>
- Overrides:
isEmpty
in classAbstractCollection<epoch>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<epoch>
- Specified by:
clear
in interfaceList<epoch>
- Overrides:
clear
in classAbstractList<epoch>
-