public class btStringArray extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btStringArray.less |
className| Constructor and Description |
|---|
btStringArray() |
btStringArray(btStringArray otherArray) |
btStringArray(long cPtr,
boolean cMemoryOwn)
Construct a new btStringArray, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
String |
at(int n) |
int |
capacity() |
void |
clear() |
void |
copyFromArray(btStringArray otherArray) |
String |
expand() |
String |
expand(String fillValue) |
String |
expandNonInitializing() |
int |
findBinarySearch(String key) |
int |
findLinearSearch(String key) |
int |
findLinearSearch2(String key) |
static long |
getCPtr(btStringArray obj) |
void |
initializeFromBuffer(long buffer,
int size,
int capacity) |
btStringArray |
operatorAssignment(btStringArray other) |
String |
operatorSubscript(int n) |
void |
pop_back() |
void |
push_back(String _Val) |
void |
remove(String key) |
void |
removeAtIndex(int index) |
void |
reserve(int _Count) |
void |
resize(int newsize) |
void |
resize(int newsize,
String fillData) |
void |
resizeNoInitialize(int newsize) |
int |
size() |
void |
swap(int index0,
int index1) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btStringArray(long cPtr,
boolean cMemoryOwn)
public btStringArray()
public btStringArray(btStringArray otherArray)
public static long getCPtr(btStringArray obj)
public btStringArray operatorAssignment(btStringArray other)
public int size()
public String at(int n)
public String operatorSubscript(int n)
public void clear()
public void pop_back()
public void resizeNoInitialize(int newsize)
public void resize(int newsize,
String fillData)
public void resize(int newsize)
public String expandNonInitializing()
public String expand()
public void push_back(String _Val)
public int capacity()
public void reserve(int _Count)
public void swap(int index0,
int index1)
public int findBinarySearch(String key)
public int findLinearSearch(String key)
public int findLinearSearch2(String key)
public void removeAtIndex(int index)
public void remove(String key)
public void initializeFromBuffer(long buffer,
int size,
int capacity)
public void copyFromArray(btStringArray otherArray)
Copyright © 2021. All rights reserved.