Class ReplayedList<A>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
javafx.collections.transformation.TransformationList<A,A>
net.corda.client.jfx.utils.AbstractReplayedList<A>
net.corda.client.jfx.utils.ReplayedList<A>
All Implemented Interfaces:
Iterable<A>, Collection<A>, List<A>, javafx.beans.Observable, javafx.collections.ObservableList<A>

public class ReplayedList<A> extends net.corda.client.jfx.utils.AbstractReplayedList<A>
  • Constructor Details

    • ReplayedList

      public ReplayedList(@NotNull javafx.collections.ObservableList<A> sourceList)
  • Method Details

    • getViewIndex

      public int getViewIndex(int i)
      Specified by:
      getViewIndex in class javafx.collections.transformation.TransformationList<A,A>