Class ListChangeHelper

java.lang.Object
io.github.palexdev.virtualizedfx.utils.ListChangeHelper

public class ListChangeHelper extends Object
Helper class to process changes in a list of items of type T, it also needs a range of indexes to whether the changed values are within range.

Uses three beans to compute the change: ListChangeHelper.Change, ListChangeHelper.ChangeBean, ListChangeHelper.ReplaceBean.