Class SyntheticObservableListChange.Permutate<T>

    • Constructor Detail

      • Permutate

        public Permutate​(javafx.collections.ObservableList<? extends T> pSrc,
                         int pFrom,
                         int[] pPermutation)
    • Method Detail

      • getTo

        public int getTo()
        Specified by:
        getTo in class javafx.collections.ListChangeListener.Change<T>
      • getRemoved

        public List<T> getRemoved()
        Specified by:
        getRemoved in class javafx.collections.ListChangeListener.Change<T>
      • getPermutation

        protected int[] getPermutation()
        Specified by:
        getPermutation in class javafx.collections.ListChangeListener.Change<T>