This site requires javascript.
Android Code Search
file:androidx/collection/LongSparseArray.kt symbol:size
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
collection/collection/src/commonMain/kotlin/androidx/collection/
LongSparseArray.kt
content_copy
Preview
57:
58:
59:
internal
var
values: Array<Any?>
internal
var
size
: Int
133:
134:
135:
/** Returns the number of key-value mappings that this [LongSparseArray] currently stores. */
public
open
fun
size
(): Int
371:
372:
373:
@Suppress(
"NOTHING_TO_INLINE"
)
internal
inline
fun
<E> LongSparseArray<E>.common
Size
(): Int {
if
(garbage) {
507:
508:
509:
@Suppress(
"EXTENSION_SHADOWED_BY_MEMBER"
)
public
inline
val
<T> LongSparseArray<T>.
size
: Int
get
() = size()
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main