{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
data class AdjacentItems<T : Any?>
Represents a pair of adjacent items, null values are used to signal boundary conditions.
Public constructors |
|
---|---|
<T : Any?> AdjacentItems(before: T?, after: T?) |