{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
These are all the API classes. See all API packages.
ArrayMap |
ArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a traditional |
ArrayMapKt |
|
ArraySet |
ArraySet is a generic set data structure that is designed to be more memory efficient than a traditional |
ArraySetKt |
CircularArray |
CircularArray is a generic circular array data structure that provides O(1) random read, O(1) prepend and O(1) append. |
CircularIntArray |
|
LongSparseArray |
SparseArray mapping longs to Objects. |
LongSparseArrayKt |
|
LruCache |
Static library version of |
LruCacheKt |
SimpleArrayMap |
Base implementation of androidx.collection.ArrayMap that doesn't include any standard Java container API interoperability. |
SparseArrayCompat |
SparseArrays map integers to Objects. |
SparseArrayKt |