Class jinaIvec

java.lang.Object
  |
  +--jinaIvec

public class jinaIvec
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaIvec()
           
protected jinaIvec(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaIvec obj)
           
 SWIGTYPE_p_int getEl()
           
 int getN()
           
 void setEl(SWIGTYPE_p_int el)
           
 void setN(int n)
           
 
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

jinaIvec

protected jinaIvec(long cPtr,
                   boolean cMemoryOwn)

jinaIvec

public jinaIvec()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaIvec obj)

setN

public void setN(int n)

getN

public int getN()

setEl

public void setEl(SWIGTYPE_p_int el)

getEl

public SWIGTYPE_p_int getEl()