|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.ArrayList
|
+--planetj.database.table.TableCollection
Insert the type's description here. Creation date: (7/27/03 4:02:18 PM)
| Constructor Summary | |
TableCollection()
TableCollection constructor. |
|
TableCollection(Collection tables)
TableCollection constructor. |
|
TableCollection(int size)
TableCollection constructor. |
|
| Method Summary | |
boolean |
add(Object o)
Adds a Table to this TableCollection |
boolean |
addTable(Table t)
Adds a table to this TableCollection |
Table |
getTable(int index)
Gets a table out of the collection by index |
| Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public TableCollection()
public TableCollection(int size)
public TableCollection(Collection tables)
| Method Detail |
public boolean add(Object o)
add in interface Listadd in class ArrayListpublic boolean addTable(Table t)
public Table getTable(int index)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||