edu.toronto.cs.tp.cvcl
Class CVectorType

java.lang.Object
  extended by edu.toronto.cs.tp.cvcl.CVectorType

public class CVectorType
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected CVectorType()
           
  CVectorType(long size)
           
protected CVectorType(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void add(Type x)
           
 void clear()
           
 void delete()
           
protected  void finalize()
           
 Type get(int i)
           
protected static long getCPtr(CVectorType obj)
           
 boolean isEmpty()
           
 void set(int i, Type x)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CVectorType

protected CVectorType(long cPtr,
                      boolean cMemoryOwn)

CVectorType

protected CVectorType()

CVectorType

public CVectorType(long size)
Method Detail

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)