Class ConstrainedSnapshotList<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ConstrainedSnapshotList<T>
Type Parameters:
T - Type of element in list.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>

public class ConstrainedSnapshotList<T> extends javafx.collections.ObservableListBase<T>
Filters out 'expired' snapshots.
See Also: