Uses of Interface
org.reactfx.collection.QuasiListModification
-
Packages that use QuasiListModification Package Description org.reactfx.collection -
-
Uses of QuasiListModification in org.reactfx.collection
Classes in org.reactfx.collection that implement QuasiListModification Modifier and Type Class Description (package private) classQuasiListModificationImpl<E>Methods in org.reactfx.collection that return QuasiListModification Modifier and Type Method Description private static <E> QuasiListModification<E>ListChangeAccumulator. combine(QuasiListModification<? extends E> former, QuasiListModification<? extends E> latter)default QuasiListModification<E>ProperLiveList. contentReplacement(java.util.List<E> removed)static <E> QuasiListModification<E>QuasiListModification. create(int position, java.util.List<? extends E> removed, int addedSize)static <E> QuasiListModification<E>ProperLiveList. elemInsertion(int index)static <E> QuasiListModification<E>ProperLiveList. elemRemoval(int index, E removed)static <E> QuasiListModification<E>ProperLiveList. elemReplacement(int index, E replaced)static <E,F extends E>
QuasiListModification<E>QuasiListModification. fromCurrentStateOf(javafx.collections.ListChangeListener.Change<F> ch)default QuasiListModification<? extends E>LiveList.QuasiModificationObserver. headOf(ListModificationSequence<? extends E> mods)private static <E> QuasiListModification<? extends E>ListChangeAccumulator. join(java.util.List<QuasiListModification<? extends E>> mods, java.util.List<? extends E> gone, int goneOffset)static <E> QuasiListModification<E>ProperLiveList. rangeInsertion(int index, int size)static <E> QuasiListModification<E>ProperLiveList. rangeRemoval(int index, java.util.List<E> removed)Methods in org.reactfx.collection that return types with arguments of type QuasiListModification Modifier and Type Method Description java.util.List<QuasiListModification<? extends E>>ListChangeAccumulator. getModifications()java.util.List<QuasiListModification<? extends E>>QuasiListChangeImpl. getModifications()default EventStream<QuasiListModification<? extends E>>LiveList. quasiModifications()Methods in org.reactfx.collection with parameters of type QuasiListModification Modifier and Type Method Description ListChangeAccumulator<E>ListChangeAccumulator. add(QuasiListModification<? extends E> mod)private static <E> QuasiListModification<E>ListChangeAccumulator. combine(QuasiListModification<? extends E> former, QuasiListModification<? extends E> latter)default voidProperLiveList. fireModification(QuasiListModification<? extends E> mod)static <E> ListModification<E>QuasiListModification. instantiate(QuasiListModification<? extends E> template, javafx.collections.ObservableList<E> list)static <E> MaterializedListModification<E>QuasiListModification. materialize(QuasiListModification<? extends E> template, javafx.collections.ObservableList<E> list)voidModificationObserverWrapper. onChange(QuasiListModification<? extends T> change)private voidMemoizationListImpl.MemoizedView. prepareNotifications(QuasiListModification<? extends E> mod)Method parameters in org.reactfx.collection with type arguments of type QuasiListModification Modifier and Type Method Description private static <E> QuasiListModification<? extends E>ListChangeAccumulator. join(java.util.List<QuasiListModification<? extends E>> mods, java.util.List<? extends E> gone, int goneOffset)
-