CollationKey.toByteArray
Class Overview | Class Members |
This Package |
All Packages
public byte[] toByteArray()
Description
Converts the CollationKey to a sequence of bits. If two CollationKeys
could be legitimately compared, then one could compare the byte arrays
for each of those keys to obtain the same result. Byte arrays are
organized most significant byte first.