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