Class VectorUIntList
- All Implemented Interfaces:
- Iterable<VectorUInt32>,- Collection<VectorUInt32>,- List<VectorUInt32>,- RandomAccess,- SequencedCollection<VectorUInt32>
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructorsModifierConstructorDescriptionVectorUIntList(int count, VectorUInt32 value) protectedVectorUIntList(long cPtr, boolean cMemoryOwn) VectorUIntList(Iterable<VectorUInt32> initialElements) VectorUIntList(VectorUInt32[] initialElements) VectorUIntList(VectorUIntList other) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(int index, VectorUInt32 e) booleanadd(VectorUInt32 e) intcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longgetCPtr(VectorUIntList obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) set(int index, VectorUInt32 e) intsize()protected static longMethods 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, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
VectorUIntListprotected VectorUIntList(long cPtr, boolean cMemoryOwn) 
- 
VectorUIntList
- 
VectorUIntList
- 
VectorUIntListpublic VectorUIntList()
- 
VectorUIntList
- 
VectorUIntList
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalize
- 
deletepublic void delete()
- 
get- Specified by:
- getin interface- List<VectorUInt32>
- Specified by:
- getin class- AbstractList<VectorUInt32>
 
- 
set- Specified by:
- setin interface- List<VectorUInt32>
- Overrides:
- setin class- AbstractList<VectorUInt32>
 
- 
add- Specified by:
- addin interface- Collection<VectorUInt32>
- Specified by:
- addin interface- List<VectorUInt32>
- Overrides:
- addin class- AbstractList<VectorUInt32>
 
- 
add- Specified by:
- addin interface- List<VectorUInt32>
- Overrides:
- addin class- AbstractList<VectorUInt32>
 
- 
remove- Specified by:
- removein interface- List<VectorUInt32>
- Overrides:
- removein class- AbstractList<VectorUInt32>
 
- 
removeRangeprotected void removeRange(int fromIndex, int toIndex) - Overrides:
- removeRangein class- AbstractList<VectorUInt32>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<VectorUInt32>
- Specified by:
- sizein interface- List<VectorUInt32>
- Specified by:
- sizein class- AbstractCollection<VectorUInt32>
 
- 
capacitypublic int capacity()
- 
reservepublic void reserve(int n) 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<VectorUInt32>
- Specified by:
- isEmptyin interface- List<VectorUInt32>
- Overrides:
- isEmptyin class- AbstractCollection<VectorUInt32>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<VectorUInt32>
- Specified by:
- clearin interface- List<VectorUInt32>
- Overrides:
- clearin class- AbstractList<VectorUInt32>
 
 
-