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

main.shark.internal.aosp.ByteArrayComparator.kt Maven / Gradle / Ivy

There is a newer version: 3.0-alpha-8
Show newest version
package shark.internal.aosp

internal fun interface ByteArrayComparator {

  /**
   * Indexes are divided by entrySize
   */
  fun compare(
    entrySize: Int,
    o1Array: ByteArray,
    o1Index: Int,
    o2Array: ByteArray,
    o2Index: Int
  ): Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy