Class file_slice_vector
- All Implemented Interfaces:
Iterable<file_slice>,Collection<file_slice>,List<file_slice>,RandomAccess,SequencedCollection<file_slice>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionfile_slice_vector(int count, file_slice value) protectedfile_slice_vector(long cPtr, boolean cMemoryOwn) file_slice_vector(file_slice[] initialElements) file_slice_vector(Iterable<file_slice> initialElements) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, file_slice e) booleanadd(file_slice e) intcapacity()voidclear()voiddelete()get(int index) protected static longgetCPtr(file_slice_vector obj) booleanisEmpty()remove(int index) protected voidremoveRange(int fromIndex, int toIndex) voidreserve(int n) set(int index, file_slice 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
-
file_slice_vector
protected file_slice_vector(long cPtr, boolean cMemoryOwn) -
file_slice_vector
-
file_slice_vector
-
file_slice_vector
public file_slice_vector() -
file_slice_vector
-
file_slice_vector
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
get
- Specified by:
getin interfaceList<file_slice>- Specified by:
getin classAbstractList<file_slice>
-
set
- Specified by:
setin interfaceList<file_slice>- Overrides:
setin classAbstractList<file_slice>
-
add
- Specified by:
addin interfaceCollection<file_slice>- Specified by:
addin interfaceList<file_slice>- Overrides:
addin classAbstractList<file_slice>
-
add
- Specified by:
addin interfaceList<file_slice>- Overrides:
addin classAbstractList<file_slice>
-
remove
- Specified by:
removein interfaceList<file_slice>- Overrides:
removein classAbstractList<file_slice>
-
removeRange
protected void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<file_slice>
-
size
public int size()- Specified by:
sizein interfaceCollection<file_slice>- Specified by:
sizein interfaceList<file_slice>- Specified by:
sizein classAbstractCollection<file_slice>
-
capacity
public int capacity() -
reserve
public void reserve(int n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<file_slice>- Specified by:
isEmptyin interfaceList<file_slice>- Overrides:
isEmptyin classAbstractCollection<file_slice>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<file_slice>- Specified by:
clearin interfaceList<file_slice>- Overrides:
clearin classAbstractList<file_slice>
-