public class VectorNameTable extends Vector
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
VectorNameTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendFile(String filename) |
void |
insert(VectorNameTable toInsert) |
VectorNameTable |
loadDB(DBConnection dbcon,
String queryfile) |
VectorNameTable |
loadFile(String filename) |
void |
saveFile(String filename) |
void |
writeFile(String filename,
boolean append) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic void writeFile(String filename, boolean append) throws IOException
IOExceptionpublic void appendFile(String filename) throws IOException
IOExceptionpublic void saveFile(String filename) throws IOException
IOExceptionpublic VectorNameTable loadFile(String filename) throws IOException
IOExceptionpublic VectorNameTable loadDB(DBConnection dbcon, String queryfile)
public void insert(VectorNameTable toInsert)
Copyright © 2013. All rights reserved.