public class OCRParagraphs extends Object
Constructor and Description |
---|
OCRParagraphs() |
OCRParagraphs(long n) |
Modifier and Type | Method and Description |
---|---|
void |
add(OCRParagraph x) |
long |
capacity() |
void |
clear() |
void |
delete() |
OCRParagraph |
get(int i) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
OCRParagraph val) |
long |
size() |
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(OCRParagraph x)
public OCRParagraph get(int i)
public void set(int i, OCRParagraph val)
Copyright © 2017. All rights reserved.