PagingDataEvent.DropPrepend
public final class PagingDataEvent.DropPrepend<T extends Object> extends PagingDataEvent
A drop event from the front of the list
Summary
Public methods |
|
|---|---|
boolean |
|
final int |
A count of items dropped from loaded items |
final int |
The count of null items leading the list of loaded data after items were dropped. |
final int |
The count of null items leading the list of loaded data prior to items being dropped. |
int |
hashCode() |
@NonNull String |
toString() |
Public methods
getDropCount
Added in 3.3.0
public final int getDropCount()
A count of items dropped from loaded items
getNewPlaceholdersBefore
Added in 3.3.0
public final int getNewPlaceholdersBefore()
The count of null items leading the list of loaded data after items were dropped.
getOldPlaceholdersBefore
Added in 3.3.0
public final int getOldPlaceholdersBefore()
The count of null items leading the list of loaded data prior to items being dropped.