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
-
TCTList(String, boolean)
- The class of the objects specified by the first parameter
must implement the Transformable interface.
-
clone()
- Makes a deep copy of the list.
-
copyInto(TypedList)
- Deep-copies the list into a given destinaton list.
-
transform(Transformation)
- Transforms all objects of the list.
TCTList
public TCTList(String elementClass,
boolean polymorphic)
- The class of the objects specified by the first parameter
must implement the Transformable interface.
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
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.
transform
public void transform(Transformation t)
- Transforms all objects of the list.
All Packages Class Hierarchy This Package Previous Next Index