|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.StringVector
public class StringVector
Constructor Summary | |
---|---|
StringVector()
|
|
StringVector(long n)
|
|
StringVector(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
add(String x)
|
long |
capacity()
|
void |
clear()
|
void |
delete()
|
String |
get(int i)
|
static long |
getCPtr(StringVector obj)
|
boolean |
isEmpty()
|
void |
reserve(long n)
|
void |
set(int i,
String val)
|
long |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringVector(long cPtr, boolean cMemoryOwn)
public StringVector()
public StringVector(long n)
Method Detail |
---|
public static long getCPtr(StringVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(String x)
public String get(int i)
public void set(int i, String val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |