Class jinaVector

java.lang.Object
  |
  +--jinaVector

public class jinaVector
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaVector()
           
protected jinaVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaVector obj)
           
 SWIGTYPE_p_void getData()
           
 int getJinaTsId()
           
 int getN()
           
 int getVtype()
           
 void setData(SWIGTYPE_p_void data)
           
 void setJinaTsId(int ts_id)
           
 void setN(int n)
           
 void setVtype(int vtype)
           
 
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

jinaVector

protected jinaVector(long cPtr,
                     boolean cMemoryOwn)

jinaVector

public jinaVector()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaVector obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setVtype

public void setVtype(int vtype)

getVtype

public int getVtype()

setN

public void setN(int n)

getN

public int getN()

setData

public void setData(SWIGTYPE_p_void data)

getData

public SWIGTYPE_p_void getData()