Package com.std
Class ShareData_Vec
- All Implemented Interfaces:
- Iterable<ShareData>,- Collection<ShareData>,- List<ShareData>,- RandomAccess
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructorsConstructorDescriptionShareData_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 SummaryMethods inherited from class java.util.AbstractListaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
ShareData_Vecpublic ShareData_Vec(long cPtr, boolean cMemoryOwn) 
- 
ShareData_Vec
- 
ShareData_Vecpublic ShareData_Vec()
 
- 
- 
Method Details
- 
finalizepublic void finalize()
- 
deletepublic void delete()
- 
get
- 
remove
- 
removeRangepublic void removeRange(int fromIndex, int toIndex) - Overrides:
- removeRangein class- AbstractList<ShareData>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<ShareData>
- Specified by:
- sizein interface- List<ShareData>
- Specified by:
- sizein class- AbstractCollection<ShareData>
 
- 
capacitypublic long capacity()
- 
reservepublic void reserve(long n) 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<ShareData>
- Specified by:
- isEmptyin interface- List<ShareData>
- Overrides:
- isEmptyin class- AbstractCollection<ShareData>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<ShareData>
- Specified by:
- clearin interface- List<ShareData>
- Overrides:
- clearin class- AbstractList<ShareData>