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

Public Member Functions

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

Protected Member Functions

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

Static Protected Member Functions

static long swigRelease (StringIntVector obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Constructor & Destructor Documentation

◆ StringIntVector() [1/6]

StringIntVector ( long cPtr,
boolean cMemoryOwn )
protected

◆ StringIntVector() [2/6]

StringIntVector ( StringIntPair[] initialElements)

◆ StringIntVector() [3/6]

StringIntVector ( Iterable< StringIntPair > initialElements)

◆ StringIntVector() [4/6]

◆ StringIntVector() [5/6]

◆ StringIntVector() [6/6]

StringIntVector ( int count,
StringIntPair value )

Member Function Documentation

◆ add() [1/2]

void add ( int index,
StringIntPair e )

◆ add() [2/2]

boolean add ( StringIntPair e)

◆ capacity()

int capacity ( )

◆ clear()

void clear ( )

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ get()

StringIntPair get ( int index)

◆ isEmpty()

boolean isEmpty ( )

◆ remove()

StringIntPair remove ( int index)

◆ removeRange()

void removeRange ( int fromIndex,
int toIndex )
protected

◆ reserve()

void reserve ( int n)

◆ set()

StringIntPair set ( int index,
StringIntPair e )

◆ size()

int size ( )

◆ swigRelease()

static long swigRelease ( StringIntVector obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected