org.mapdb.serializer / SerializerStringDelta2 / CharArrayKeys

CharArrayKeys

class CharArrayKeys : StringArrayKeys


Constructors

<init> CharArrayKeys(in: DataInput2, offsets: IntArray, prefixLen: Int)

Functions

commonPrefixLen fun commonPrefixLen(): Int
compare fun compare(pos1: Int, string: String): Int
fun compare(pos1: Int, pos2: Int): Int
copyOfRange fun copyOfRange(from: Int, to: Int): CharArrayKeys
deleteKey fun deleteKey(pos: Int): CharArrayKeys
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): CharArrayKeys
static fun putKey(kk: ByteArrayKeys, pos: Int, newKey: String): StringArrayKeys
serialize fun serialize(out: DataOutput, prefixLen: Int): Unit