Package com.std
Class Requests_Vec
- All Implemented Interfaces:
Iterable<Request>,Collection<Request>,List<Request>,RandomAccess
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionRequests_Vec(int count, Request value) Requests_Vec(long cPtr, boolean cMemoryOwn) Requests_Vec(Request[] initialElements) Requests_Vec(Requests_Vec other) Requests_Vec(Iterable<Request> initialElements) -
Method Summary
Methods 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 interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Requests_Vec
public Requests_Vec(long cPtr, boolean cMemoryOwn) -
Requests_Vec
-
Requests_Vec
-
Requests_Vec
public Requests_Vec() -
Requests_Vec
-
Requests_Vec
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
get
-
set
-
add
- Specified by:
addin interfaceCollection<Request>- Specified by:
addin interfaceList<Request>- Overrides:
addin classAbstractList<Request>
-
add
-
remove
-
removeRange
public void removeRange(int fromIndex, int toIndex) - Overrides:
removeRangein classAbstractList<Request>
-
size
public int size()- Specified by:
sizein interfaceCollection<Request>- Specified by:
sizein interfaceList<Request>- Specified by:
sizein classAbstractCollection<Request>
-
capacity
public long capacity() -
reserve
public void reserve(long n) -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Request>- Specified by:
isEmptyin interfaceList<Request>- Overrides:
isEmptyin classAbstractCollection<Request>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Request>- Specified by:
clearin interfaceList<Request>- Overrides:
clearin classAbstractList<Request>
-