public class OCRWords extends Object
OCRWords()
OCRWords(long n)
void
add(OCRWord x)
long
capacity()
clear()
delete()
OCRWord
get(int i)
boolean
isEmpty()
reserve(long n)
set(int i, OCRWord val)
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OCRWords()
public OCRWords(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(OCRWord x)
public OCRWord get(int i)
public void set(int i, OCRWord val)
Copyright © 2017. All rights reserved.