Class DebugArray<T>

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

public class DebugArray<T> extends ArrayList<T>
Special array used to track some changes (but not all of them, eg using iterators etc.).
See Also: