Package de.flapdoodle.kfx.collections
Class IndexedDiff.Change.Move
-
- All Implemented Interfaces:
public final class IndexedDiff.Change.Move<T extends Object> extends IndexedDiff.Change<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Integersourceprivate final Integerdestination
-
Constructor Summary
Constructors Constructor Description IndexedDiff.Change.Move(Integer source, Integer destination)
-
Method Summary
Modifier and Type Method Description final IntegergetSource()final IntegergetDestination()
-