Class ModelSet<T extends CtElement>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Set<T>

@Deprecated public abstract class ModelSet<T extends CtElement> extends AbstractSet<T> implements Serializable
Deprecated.
This set is no longer actively used or maintained. It is only kept for backwards compatibility and might be removed in a future release.
The implementation of the Set, which is used by Spoon model objects. It assures: 1) each inserted CtElement gets assigned correct parent 2) each change is reported in FineModelChangeListener
See Also:
Serialized Form