Class VirtualObservableList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.VirtualObservableList<T>
Type Parameters:
T - The type of the elements contained in the List.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, RandomAccess, javafx.beans.Observable, javafx.collections.ObservableList<T>

public class VirtualObservableList<T> extends javafx.collections.ObservableListBase<T> implements RandomAccess
  • Constructor Details

    • VirtualObservableList

      public VirtualObservableList(IntFunction<T> pIndexToElementMapper)
    • VirtualObservableList

      public VirtualObservableList(IntFunction<T> pIndexToElementMapper, int pSize)
  • Method Details