- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<RelinkableQuoteHandleVector>
-
- org.quantlib.RelinkableQuoteHandleVectorVector
-
- All Implemented Interfaces:
AutoCloseable,Iterable<RelinkableQuoteHandleVector>,Collection<RelinkableQuoteHandleVector>,List<RelinkableQuoteHandleVector>,RandomAccess,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RelinkableQuoteHandleVectorVector extends AbstractList<RelinkableQuoteHandleVector> implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable, RandomAccess
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Modifier Constructor Description RelinkableQuoteHandleVectorVector()RelinkableQuoteHandleVectorVector(int count, RelinkableQuoteHandleVector value)protectedRelinkableQuoteHandleVectorVector(long cPtr, boolean cMemoryOwn)RelinkableQuoteHandleVectorVector(Iterable<RelinkableQuoteHandleVector> initialElements)RelinkableQuoteHandleVectorVector(RelinkableQuoteHandleVector[] initialElements)RelinkableQuoteHandleVectorVector(RelinkableQuoteHandleVectorVector other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, RelinkableQuoteHandleVector e)booleanadd(RelinkableQuoteHandleVector e)longcapacity()voidclear()voiddelete()protected voidfinalize()RelinkableQuoteHandleVectorget(int index)protected static longgetCPtr(RelinkableQuoteHandleVectorVector obj)booleanisEmpty()RelinkableQuoteHandleVectorremove(int index)protected voidremoveRange(int fromIndex, int toIndex)voidreserve(long n)RelinkableQuoteHandleVectorset(int index, RelinkableQuoteHandleVector e)intsize()protected static longswigRelease(RelinkableQuoteHandleVectorVector obj)-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
RelinkableQuoteHandleVectorVector
protected RelinkableQuoteHandleVectorVector(long cPtr, boolean cMemoryOwn)
-
RelinkableQuoteHandleVectorVector
public RelinkableQuoteHandleVectorVector(RelinkableQuoteHandleVector[] initialElements)
-
RelinkableQuoteHandleVectorVector
public RelinkableQuoteHandleVectorVector(Iterable<RelinkableQuoteHandleVector> initialElements)
-
RelinkableQuoteHandleVectorVector
public RelinkableQuoteHandleVectorVector()
-
RelinkableQuoteHandleVectorVector
public RelinkableQuoteHandleVectorVector(RelinkableQuoteHandleVectorVector other)
-
RelinkableQuoteHandleVectorVector
public RelinkableQuoteHandleVectorVector(int count, RelinkableQuoteHandleVector value)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RelinkableQuoteHandleVectorVector obj)
-
swigRelease
protected static long swigRelease(RelinkableQuoteHandleVectorVector obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
get
public RelinkableQuoteHandleVector get(int index)
- Specified by:
getin interfaceList<RelinkableQuoteHandleVector>- Specified by:
getin classAbstractList<RelinkableQuoteHandleVector>
-
set
public RelinkableQuoteHandleVector set(int index, RelinkableQuoteHandleVector e)
- Specified by:
setin interfaceList<RelinkableQuoteHandleVector>- Overrides:
setin classAbstractList<RelinkableQuoteHandleVector>
-
add
public boolean add(RelinkableQuoteHandleVector e)
- Specified by:
addin interfaceCollection<RelinkableQuoteHandleVector>- Specified by:
addin interfaceList<RelinkableQuoteHandleVector>- Overrides:
addin classAbstractList<RelinkableQuoteHandleVector>
-
add
public void add(int index, RelinkableQuoteHandleVector e)
- Specified by:
addin interfaceList<RelinkableQuoteHandleVector>- Overrides:
addin classAbstractList<RelinkableQuoteHandleVector>
-
remove
public RelinkableQuoteHandleVector remove(int index)
- Specified by:
removein interfaceList<RelinkableQuoteHandleVector>- Overrides:
removein classAbstractList<RelinkableQuoteHandleVector>
-
removeRange
protected void removeRange(int fromIndex, int toIndex)
- Overrides:
removeRangein classAbstractList<RelinkableQuoteHandleVector>
-
size
public int size()
- Specified by:
sizein interfaceCollection<RelinkableQuoteHandleVector>- Specified by:
sizein interfaceList<RelinkableQuoteHandleVector>- Specified by:
sizein classAbstractCollection<RelinkableQuoteHandleVector>
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceCollection<RelinkableQuoteHandleVector>- Specified by:
isEmptyin interfaceList<RelinkableQuoteHandleVector>- Overrides:
isEmptyin classAbstractCollection<RelinkableQuoteHandleVector>
-
clear
public void clear()
- Specified by:
clearin interfaceCollection<RelinkableQuoteHandleVector>- Specified by:
clearin interfaceList<RelinkableQuoteHandleVector>- Overrides:
clearin classAbstractList<RelinkableQuoteHandleVector>
-
-