public class OCRChars extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
OCRChars() |
|
OCRChars(long n) |
protected |
OCRChars(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(OCRChar x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
OCRChar |
get(int i) |
protected static long |
getCPtr(OCRChars obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
OCRChar val) |
long |
size() |
protected OCRChars(long cPtr, boolean cMemoryOwn)
public OCRChars()
public OCRChars(long n)
protected static long getCPtr(OCRChars obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(OCRChar x)
public OCRChar get(int i)
public void set(int i, OCRChar val)