Class VectorUInt32
- All Implemented Interfaces:
- Iterable<Long>,- Collection<Long>,- List<Long>,- RandomAccess,- SequencedCollection<Long>
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructorsModifierConstructorDescriptionVectorUInt32(int count, long value) VectorUInt32(long[] initialElements) protectedVectorUInt32(long cPtr, boolean cMemoryOwn) VectorUInt32(Iterable<Long> initialElements) VectorUInt32(VectorUInt32 other) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanintcapacity()voidclear()voiddelete()protected voidfinalize()get(int index) protected static longgetCPtr(VectorUInt32 obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) intsize()protected static longswigRelease(VectorUInt32 obj) Methods 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- 
VectorUInt32protected VectorUInt32(long cPtr, boolean cMemoryOwn) 
- 
VectorUInt32public VectorUInt32(long[] initialElements) 
- 
VectorUInt32
- 
VectorUInt32public VectorUInt32()
- 
VectorUInt32
- 
VectorUInt32public VectorUInt32(int count, long value) 
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalize
- 
deletepublic void delete()
- 
get
- 
set
- 
add- Specified by:
- addin interface- Collection<Long>
- Specified by:
- addin interface- List<Long>
- Overrides:
- addin class- AbstractList<Long>
 
- 
add
- 
remove
- 
removeRangeprotected void removeRange(int fromIndex, int toIndex) - Overrides:
- removeRangein class- AbstractList<Long>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<Long>
- Specified by:
- sizein interface- List<Long>
- Specified by:
- sizein class- AbstractCollection<Long>
 
- 
capacitypublic int capacity()
- 
reservepublic void reserve(int n) 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<Long>
- Specified by:
- isEmptyin interface- List<Long>
- Overrides:
- isEmptyin class- AbstractCollection<Long>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<Long>
- Specified by:
- clearin interface- List<Long>
- Overrides:
- clearin class- AbstractList<Long>
 
 
-