\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.hash.engine.onpremise.interop.swig.VectorStringSwig Class Reference

Inheritance diagram for fiftyone.devicedetection.hash.engine.onpremise.interop.swig.VectorStringSwig:

[legend]

Collaboration diagram for fiftyone.devicedetection.hash.engine.onpremise.interop.swig.VectorStringSwig:

[legend]

Public Member Functions

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

Protected Member Functions

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

Static Protected Member Functions

static long  getCPtr (VectorStringSwig obj)

Protected Attributes

transient boolean  swigCMemOwn
On This Page