AdjacentItems


Represents a pair of adjacent items, null values are used to signal boundary conditions.

Summary

Public constructors

<T : Any?> AdjacentItems(before: T?, after: T?)
android

Public properties

T?
android
T?
android

Public constructors

AdjacentItems

<T : Any?> AdjacentItems(before: T?, after: T?)

Public properties

after

val after: T?

before

val before: T?