All Packages Class Hierarchy This Package Previous Next Index
Class collage.kernel.TableInfoList
java.lang.Object
|
+----openstar.util.TypedList
|
+----openstar.util.TCTList
|
+----collage.kernel.TableInfoList
- public class TableInfoList
- extends TCTList
A class representing a list of TableInfo objects.
- Version:
- 14 Apr 1997
- Author:
- Nils Schwabe
-
TableInfoList()
-
-
clone()
- Makes a deep copy of the TableInfoList.
-
find(int)
- Finds the TableInfo for a specified table.
TableInfoList
public TableInfoList()
clone
public Object clone()
- Makes a deep copy of the TableInfoList. All elements are also cloned.
- Overrides:
- clone in class TCTList
find
public TableInfo find(int table)
- Finds the TableInfo for a specified table. Returns null if no
such table is in the list.
All Packages Class Hierarchy This Package Previous Next Index