Class stats_metric_vector
- All Implemented Interfaces:
Iterable<stats_metric>,Collection<stats_metric>,List<stats_metric>,RandomAccess,SequencedCollection<stats_metric>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionstats_metric_vector(int count, stats_metric value) protectedstats_metric_vector(long cPtr, boolean cMemoryOwn) stats_metric_vector(stats_metric[] initialElements) stats_metric_vector(Iterable<stats_metric> initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, stats_metric e) booleanadd(stats_metric e) intcapacity()voidclear()voiddelete()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) set(int index, stats_metric e) intsize()protected static longMethods 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
stats_metric_vector
protected stats_metric_vector(long cPtr, boolean cMemoryOwn) -
stats_metric_vector
-
stats_metric_vector
-
stats_metric_vector
public stats_metric_vector() -
stats_metric_vector
-
stats_metric_vector
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
get
- Specified by:
getin interfaceList<stats_metric>- Specified by:
getin classAbstractList<stats_metric>
-
set
- Specified by:
setin interfaceList<stats_metric>- Overrides:
setin classAbstractList<stats_metric>
-
add
- Specified by:
addin interfaceCollection<stats_metric>- Specified by:
addin interfaceList<stats_metric>- Overrides:
addin classAbstractList<stats_metric>
-
add
- Specified by:
addin interfaceList<stats_metric>- Overrides:
addin classAbstractList<stats_metric>
-
remove
- Specified by:
removein interfaceList<stats_metric>- Overrides:
removein classAbstractList<stats_metric>
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<stats_metric>
-
size
public int size()- Specified by:
sizein interfaceCollection<stats_metric>- Specified by:
sizein interfaceList<stats_metric>- Specified by:
sizein classAbstractCollection<stats_metric>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<stats_metric>- Specified by:
isEmptyin interfaceList<stats_metric>- Overrides:
isEmptyin classAbstractCollection<stats_metric>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<stats_metric>- Specified by:
clearin interfaceList<stats_metric>- Overrides:
clearin classAbstractList<stats_metric>
-