All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openstar.util.TCTList

java.lang.Object
   |
   +----openstar.util.TypedList
           |
           +----openstar.util.TCTList

public class TCTList
extends TypedList
implements Transformable
Typed list that contains transformable objects.

Version:
14 Apr 1997
Author:
Nils Schwabe

Constructor Index

 o TCTList(String, boolean)
The class of the objects specified by the first parameter must implement the Transformable interface.

Method Index

 o clone()
Makes a deep copy of the list.
 o copyInto(TypedList)
Deep-copies the list into a given destinaton list.
 o transform(Transformation)
Transforms all objects of the list.

Constructors

 o TCTList
  public TCTList(String elementClass,
                 boolean polymorphic)
The class of the objects specified by the first parameter must implement the Transformable interface.

Methods

 o clone
  public Object clone()
Makes a deep copy of the list. All objects of the list must implement the Transformable interface and are also cloned.

Overrides:
clone in class TypedList
 o copyInto
  protected void copyInto(TypedList dest)
Deep-copies the list into a given destinaton list. All objects of the list must implement the Transformable interface and are cloned.

 o transform
  public void transform(Transformation t)
Transforms all objects of the list.


All Packages  Class Hierarchy  This Package  Previous  Next  Index