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
equals(Object other)
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
@NonNull String

Public methods

equals

public boolean equals(Object other)

getDropCount

Added in 3.3.0-rc01
public final int getDropCount()

A count of items dropped from loaded items

getNewPlaceholdersBefore

Added in 3.3.0-rc01
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-rc01
public final int getOldPlaceholdersBefore()

The count of null items leading the list of loaded data prior to items being dropped.

hashCode

public int hashCode()

toString

public @NonNull String toString()