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

Constructor Index

 o TableInfoList()

Method Index

 o clone()
Makes a deep copy of the TableInfoList.
 o find(int)
Finds the TableInfo for a specified table.

Constructors

 o TableInfoList
  public TableInfoList()

Methods

 o clone
  public Object clone()
Makes a deep copy of the TableInfoList. All elements are also cloned.

Overrides:
clone in class TCTList
 o 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