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

Public Member Functions

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

Protected Member Functions

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

Static Protected Member Functions

static long swigRelease (StringInt64Vector obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Constructor & Destructor Documentation

◆ StringInt64Vector() [1/6]

StringInt64Vector ( long cPtr,
boolean cMemoryOwn )
protected

◆ StringInt64Vector() [2/6]

StringInt64Vector ( StringInt64Pair[] initialElements)

◆ StringInt64Vector() [3/6]

StringInt64Vector ( Iterable< StringInt64Pair > initialElements)

◆ StringInt64Vector() [4/6]

◆ StringInt64Vector() [5/6]

◆ StringInt64Vector() [6/6]

StringInt64Vector ( int count,
StringInt64Pair value )

Member Function Documentation

◆ add() [1/2]

void add ( int index,
StringInt64Pair e )

◆ add() [2/2]

boolean add ( StringInt64Pair e)

◆ capacity()

int capacity ( )

◆ clear()

void clear ( )

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ get()

StringInt64Pair get ( int index)

◆ isEmpty()

boolean isEmpty ( )

◆ remove()

StringInt64Pair remove ( int index)

◆ removeRange()

void removeRange ( int fromIndex,
int toIndex )
protected

◆ reserve()

void reserve ( int n)

◆ set()

StringInt64Pair set ( int index,
StringInt64Pair e )

◆ size()

int size ( )

◆ swigRelease()

static long swigRelease ( StringInt64Vector obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected