All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.paging.platform.IdentityHashMap.kt Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
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