Class 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 Detail

      • VirtualObservableList

        public VirtualObservableList​(IntFunction<T> pIndexToElementMapper)
      • VirtualObservableList

        public VirtualObservableList​(IntFunction<T> pIndexToElementMapper,
                                     int pSize)