Class ListChangeHelper.ChangeBean

java.lang.Object
io.github.palexdev.virtualizedfx.utils.ListChangeHelper.ChangeBean
Enclosing class:
ListChangeHelper

public static class ListChangeHelper.ChangeBean extends Object
Bean to represent an addition or removal change.
  • Constructor Details

  • Method Details

    • gerFrom

      public int gerFrom()
      Returns:
      the index at which the change started
    • getTo

      public int getTo()
      Returns:
      the index at which the change ended