Class int_byte_pair_vector
- All Implemented Interfaces:
Iterable<int_byte_pair>,Collection<int_byte_pair>,List<int_byte_pair>,RandomAccess,SequencedCollection<int_byte_pair>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionint_byte_pair_vector(int count, int_byte_pair value) protectedint_byte_pair_vector(long cPtr, boolean cMemoryOwn) int_byte_pair_vector(int_byte_pair[] initialElements) int_byte_pair_vector(Iterable<int_byte_pair> initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, int_byte_pair e) booleanadd(int_byte_pair e) intcapacity()voidclear()voiddelete()get(int index) protected static longbooleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) set(int index, int_byte_pair e) intsize()protected static longMethods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
int_byte_pair_vector
protected int_byte_pair_vector(long cPtr, boolean cMemoryOwn) -
int_byte_pair_vector
-
int_byte_pair_vector
-
int_byte_pair_vector
public int_byte_pair_vector() -
int_byte_pair_vector
-
int_byte_pair_vector
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
get
- Specified by:
getin interfaceList<int_byte_pair>- Specified by:
getin classAbstractList<int_byte_pair>
-
set
- Specified by:
setin interfaceList<int_byte_pair>- Overrides:
setin classAbstractList<int_byte_pair>
-
add
- Specified by:
addin interfaceCollection<int_byte_pair>- Specified by:
addin interfaceList<int_byte_pair>- Overrides:
addin classAbstractList<int_byte_pair>
-
add
- Specified by:
addin interfaceList<int_byte_pair>- Overrides:
addin classAbstractList<int_byte_pair>
-
remove
- Specified by:
removein interfaceList<int_byte_pair>- Overrides:
removein classAbstractList<int_byte_pair>
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<int_byte_pair>
-
size
public int size()- Specified by:
sizein interfaceCollection<int_byte_pair>- Specified by:
sizein interfaceList<int_byte_pair>- Specified by:
sizein classAbstractCollection<int_byte_pair>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<int_byte_pair>- Specified by:
isEmptyin interfaceList<int_byte_pair>- Overrides:
isEmptyin classAbstractCollection<int_byte_pair>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<int_byte_pair>- Specified by:
clearin interfaceList<int_byte_pair>- Overrides:
clearin classAbstractList<int_byte_pair>
-