Class LiveListBase<E>

java.lang.Object
org.reactfx.ObservableBase<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>
org.reactfx.collection.LiveListBase<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, javafx.beans.Observable, javafx.collections.ObservableList<E>, AccessorListMethods<E>, LiveList<E>, ProperLiveList<E>, Observable<LiveList.Observer<? super E,?>>, ProperObservable<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>>
Direct Known Subclasses:
DynamicallyMappedList, LiveArrayList, MappedList, MemoizationListImpl, MemoizationListImpl.MemoizedView, ValAsList

public abstract class LiveListBase<E> extends ObservableBase<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>> implements ProperLiveList<E>, AccessorListMethods<E>
  • Constructor Details

    • LiveListBase

      public LiveListBase()