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

Public Member Functions

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

Protected Member Functions

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

Static Protected Member Functions

static long swigRelease (StringVector obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Constructor & Destructor Documentation

◆ StringVector() [1/6]

StringVector ( long cPtr,
boolean cMemoryOwn )
protected

◆ StringVector() [2/6]

StringVector ( String[] initialElements)

◆ StringVector() [3/6]

StringVector ( Iterable< String > initialElements)

◆ StringVector() [4/6]

◆ StringVector() [5/6]

◆ StringVector() [6/6]

StringVector ( int count,
String value )

Member Function Documentation

◆ add() [1/2]

void add ( int index,
String e )

◆ add() [2/2]

boolean add ( String e)

◆ capacity()

int capacity ( )

◆ clear()

void clear ( )

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ get()

String get ( int index)

◆ isEmpty()

boolean isEmpty ( )

◆ remove()

String remove ( int index)

◆ removeRange()

void removeRange ( int fromIndex,
int toIndex )
protected

◆ reserve()

void reserve ( int n)

◆ set()

String set ( int index,
String e )

◆ size()

int size ( )

◆ swigRelease()

static long swigRelease ( StringVector obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected