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