commonPrefixLen |
fun commonPrefixLen(): Int |
compare |
fun compare(pos1: Int, string: ByteArray): Int
fun compare(pos1: Int, string: String): Int
fun compare(pos1: Int, pos2: Int): Int |
copyOfRange |
fun copyOfRange(from: Int, to: Int): ByteArrayKeys |
deleteKey |
fun deleteKey(pos: Int): ByteArrayKeys |
getKey |
fun getKey(pos: Int): ByteArray |
getKeyString |
fun getKeyString(pos: Int): String |
getOffset |
fun getOffset(): IntArray |
hasUnicodeChars |
fun hasUnicodeChars(): Boolean |
length |
fun length(): Int |
putKey |
fun putKey(pos: Int, newKey: String): StringArrayKeys
fun putKey(pos: Int, newKey: ByteArray): ByteArrayKeys |
serialize |
fun serialize(out: DataOutput, prefixLen: Int): Unit |