类 ListChangeHelper.Change

java.lang.Object
io.github.palexdev.virtualizedfx.utils.ListChangeHelper.Change
封闭类:
ListChangeHelper

public static class ListChangeHelper.Change extends Object
Bean to contain two Sets of added and removed ListChangeHelper.ChangeBeans and one of ListChangeHelper.ReplaceBeans.

This can also process the addition, removal and replacement with processAddition(TriConsumer), processRemoval(TriConsumer), processReplacement(BiConsumer).

When processing the changes the order matters!! You must first process replacements, then additions and then removals!!