Package com.std
Class ShareData_Vec
- All Implemented Interfaces:
Iterable<ShareData>,Collection<ShareData>,List<ShareData>,RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionShareData_Vec(int count, ShareData value) ShareData_Vec(long cPtr, boolean cMemoryOwn) ShareData_Vec(ShareData[] initialElements) ShareData_Vec(ShareData_Vec other) ShareData_Vec(Iterable<ShareData> initialElements) -
Method Summary
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
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
ShareData_Vec
public ShareData_Vec(long cPtr, boolean cMemoryOwn) -
ShareData_Vec
-
ShareData_Vec
public ShareData_Vec()
-
-
Method Details
-
finalize
public void finalize() -
delete
public void delete() -
get
-
remove
-
removeRange
public void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<ShareData>
-
size
public int size()- Specified by:
sizein interfaceCollection<ShareData>- Specified by:
sizein interfaceList<ShareData>- Specified by:
sizein classAbstractCollection<ShareData>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<ShareData>- Specified by:
isEmptyin interfaceList<ShareData>- Overrides:
isEmptyin classAbstractCollection<ShareData>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<ShareData>- Specified by:
clearin interfaceList<ShareData>- Overrides:
clearin classAbstractList<ShareData>