All Classes and Interfaces

Class
Description
 
Base API for all cells.
CellsManager<T,C extends Cell<T>>
Helper class to properly keep track of the needed cells, add them to the container, update them on scroll, and update the cells layout.
Utils class to help with concurrency and callables.
LayoutManager<T,C extends Cell<T>>
Helper class to keep track of some parameters like:
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.
Bean to contain two Sets of added and removed ListChangeHelper.ChangeBeans and one of ListChangeHelper.ReplaceBeans.
Bean to represent an addition or removal change.
Bean to represent a replacement change.
 
 
Simple bean to represent a range of values from min to max.
 
Helper class to avoid as much as possible if/else statements to check the VirtualFlow orientation.
 
Utility class for VirtualFlows.
 
Utils class to compute the difference between to Sets.
Simple implementation of VirtualFlow.
Builder class to create SimpleVirtualFlows.
This is the Region used by SimpleVirtualFlow to contain the cells.
Represents an operation that accepts three input arguments and returns no result.
VirtualFlow<T,C extends Cell<T>>
Public API for every Virtual Flow