Class ModifiableCollection<E>

Type Parameters:
E - the type of elements in this collection.
All Implemented Interfaces:
PropertyBindable, PropertyConstrainable, Modifiable, Iterable<E>, Collection<E>
Direct Known Subclasses:
ModifiableSet

@Deprecated public class ModifiableCollection<E> extends DefaultModifiable implements Collection<E>
Deprecated.
A collection that implements Modifiable so that it can keep track of whether it has been modified.
Author:
Garret Wilson
API Note:
This class is meant as a wrapper to an existing collection.
See Also: