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

iosX64Main.maryk.rocksdb.RocksIteratorInterface.kt Maven / Gradle / Ivy

package maryk.rocksdb

actual interface RocksIteratorInterface {
    actual fun isValid(): Boolean

    actual fun seekToFirst()

    actual fun seekToLast()

    actual fun seek(target: ByteArray)

    actual fun seekForPrev(target: ByteArray)

    actual fun next()

    actual fun prev()

    actual fun status()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy