java.lang.Object
io.github.palexdev.virtualizedfx.utils.ListChangeHelper.ChangeBean
- 封闭类:
- ListChangeHelper
Bean to represent an addition or removal change.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ChangeBean
-
-
方法详细资料
-
gerFrom
public int gerFrom()- 返回:
- the index at which the change started
-
getTo
public int getTo()- 返回:
- the index at which the change ended
-