RootCauseunvalidated
FXCollections.reverse() method actually takes items from the source array and inserts them into a new array — According to the source code. Tension: setAll() method is clearing the list and readding elements. Outcome: the behavior you are experiencing is the intended design.
6ff88bc3-2d85-41d2-8a81-448a05af0c0d
FXCollections.reverse() method actually takes items from the source array and inserts them into a new array — According to the source code. Tension: setAll() method is clearing the list and readding elements. Outcome: the behavior you are experiencing is the intended design.