Class StringLexicoder

All Implemented Interfaces:
Encoder<String>, Lexicoder<String>

public class StringLexicoder extends AbstractLexicoder<String>
This lexicoder encodes/decodes a given String to/from bytes without further processing. It can be combined with other encoders like the ReverseLexicoder to flip the default sort order.
Since:
1.6.0