public class OCRLines extends Object
OCRLines()
OCRLines(long n)
void
add(OCRLine x)
long
capacity()
clear()
delete()
OCRLine
get(int i)
boolean
isEmpty()
reserve(long n)
set(int i, OCRLine val)
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OCRLines()
public OCRLines(long n)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(OCRLine x)
public OCRLine get(int i)
public void set(int i, OCRLine val)
Copyright © 2017. All rights reserved.