Class DefaultObservableCollection<E,L extends CollectionChangeListener<? super E>>

java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
ghidra.util.datastruct.DefaultObservableCollection<E,L>
All Implemented Interfaces:
ObservableCollection<E,L>, Serializable, Iterable<E>, Collection<E>

public class DefaultObservableCollection<E,L extends CollectionChangeListener<? super E>> extends org.apache.commons.collections4.collection.AbstractCollectionDecorator<E> implements ObservableCollection<E,L>
See Also: