Package hudson.util

Class PersistedList<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
DescribableList

public class PersistedList<T> extends AbstractList<T>
Collection whose change is notified to the parent object for persistence.
Since:
1.333
Author:
Kohsuke Kawaguchi