edu.toronto.cs.tp.cvcl
Class CVectorType
java.lang.Object
edu.toronto.cs.tp.cvcl.CVectorType
public class CVectorType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
CVectorType
protected CVectorType(long cPtr,
boolean cMemoryOwn)
CVectorType
protected CVectorType()
CVectorType
public CVectorType(long size)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getCPtr
protected static long getCPtr(CVectorType obj)
size
public long size()
isEmpty
public boolean isEmpty()
clear
public void clear()
add
public void add(Type x)
get
public Type get(int i)
set
public void set(int i,
Type x)