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