Class RemovalProxyArrayList<T>

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

public abstract class RemovalProxyArrayList<T> extends ProxyArrayList<T>
A further extension of ProxyArrayList that also calls a notification method whenever an element is removed. This is considerably more expensive. The removal notification method should be idempotent and reversible with the addition notification method.
See Also: