commonMain.androidx.paging.platform.IdentityHashMap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paging Show documentation
Show all versions of paging Show documentation
Jetpack Paging3 for Kotlin Multiplatform.
package androidx.paging.platform
expect class IdentityHashMap() {
val lockObject: LockObject
infix operator fun get(key: K): V?
operator fun set(key: K, value: V)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy