Class VectorSymRef
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<SymRef>
-
- org.sosy_lab.java_smt.solvers.opensmt.api.VectorSymRef
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description VectorSymRef()VectorSymRef(int count, SymRef value)protectedVectorSymRef(long cPtr, boolean cMemoryOwn)VectorSymRef(java.lang.Iterable<SymRef> initialElements)VectorSymRef(SymRef[] initialElements)VectorSymRef(VectorSymRef other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, SymRef e)booleanadd(SymRef e)longcapacity()voidclear()voiddelete()protected voidfinalize()SymRefget(int index)protected static longgetCPtr(VectorSymRef obj)booleanisEmpty()SymRefremove(int index)protected voidremoveRange(int fromIndex, int toIndex)voidreserve(long n)SymRefset(int index, SymRef e)intsize()protected static longswigRelease(VectorSymRef obj)-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
VectorSymRef
protected VectorSymRef(long cPtr, boolean cMemoryOwn)
-
VectorSymRef
public VectorSymRef(SymRef[] initialElements)
-
VectorSymRef
public VectorSymRef(java.lang.Iterable<SymRef> initialElements)
-
VectorSymRef
public VectorSymRef()
-
VectorSymRef
public VectorSymRef(VectorSymRef other)
-
VectorSymRef
public VectorSymRef(int count, SymRef value)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(VectorSymRef obj)
-
swigRelease
protected static long swigRelease(VectorSymRef obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
get
public SymRef get(int index)
-
add
public boolean add(SymRef e)
-
add
public void add(int index, SymRef e)
-
remove
public SymRef remove(int index)
-
removeRange
protected void removeRange(int fromIndex, int toIndex)- Overrides:
removeRangein classjava.util.AbstractList<SymRef>
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-