Module atlantafx.base
Package atlantafx.base.shim.collections
Class NonIterableChange.SimplePermutationChange<E>
java.lang.Object
javafx.collections.ListChangeListener.Change<E>
atlantafx.base.shim.collections.NonIterableChange<E>
atlantafx.base.shim.collections.NonIterableChange.SimplePermutationChange<E>
- Enclosing class:
NonIterableChange<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class atlantafx.base.shim.collections.NonIterableChange
NonIterableChange.GenericAddRemoveChange<E>, NonIterableChange.SimpleAddChange<E>, NonIterableChange.SimplePermutationChange<E>, NonIterableChange.SimpleRemovedChange<E>, NonIterableChange.SimpleUpdateChange<E>
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePermutationChange
(int from, int to, int[] permutation, javafx.collections.ObservableList<E> list) -
Method Summary
Methods inherited from class atlantafx.base.shim.collections.NonIterableChange
checkState, getFrom, getTo, next, reset, toString
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getRemovedSize, wasAdded, wasPermutated, wasRemoved, wasReplaced, wasUpdated
-
Constructor Details
-
SimplePermutationChange
public SimplePermutationChange(int from, int to, int[] permutation, javafx.collections.ObservableList<E> list)
-
-
Method Details
-
getRemoved
-
getPermutation
protected int[] getPermutation()- Overrides:
getPermutation
in classNonIterableChange<E>
-