Impact Acquire SDK Java
DoubleVector Class Reference
Inheritance diagram for DoubleVector:
[legend]

Public Member Functions

boolean add (Double e)
 
void add (int index, Double e)
 
int capacity ()
 
void clear ()
 
synchronized void delete ()
 
 DoubleVector ()
 
 DoubleVector (double[] initialElements)
 
 DoubleVector (DoubleVector other)
 
 DoubleVector (int count, double value)
 
 DoubleVector (Iterable< Double > initialElements)
 
Double get (int index)
 
boolean isEmpty ()
 
Double remove (int index)
 
void reserve (int n)
 
Double set (int index, Double e)
 
int size ()
 

Protected Member Functions

 DoubleVector (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 
void removeRange (int fromIndex, int toIndex)
 

Static Protected Member Functions

static long swigRelease (DoubleVector obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Constructor & Destructor Documentation

◆ DoubleVector() [1/6]

DoubleVector ( long cPtr,
boolean cMemoryOwn )
protected

◆ DoubleVector() [2/6]

DoubleVector ( double[] initialElements)

◆ DoubleVector() [3/6]

DoubleVector ( Iterable< Double > initialElements)

◆ DoubleVector() [4/6]

◆ DoubleVector() [5/6]

◆ DoubleVector() [6/6]

DoubleVector ( int count,
double value )

Member Function Documentation

◆ add() [1/2]

boolean add ( Double e)

◆ add() [2/2]

void add ( int index,
Double e )

◆ capacity()

int capacity ( )

◆ clear()

void clear ( )

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ get()

Double get ( int index)

◆ isEmpty()

boolean isEmpty ( )

◆ remove()

Double remove ( int index)

◆ removeRange()

void removeRange ( int fromIndex,
int toIndex )
protected

◆ reserve()

void reserve ( int n)

◆ set()

Double set ( int index,
Double e )

◆ size()

int size ( )

◆ swigRelease()

static long swigRelease ( DoubleVector obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected