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