Class CompoundRoot

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess

public class CompoundRoot extends CopyOnWriteArrayList<Object>
A Stack that is implemented using a List.
Version:
$Revision$
Author:
plightbo
See Also:
  • Constructor Details

    • CompoundRoot

      public CompoundRoot()
    • CompoundRoot

      public CompoundRoot(List<?> list)
  • Method Details