comparator property
Comparator?
get
comparator
Comparator used to define the order of keys in the table. Default: a comparator that uses lexicographic byte-wise ordering
REQUIRES: The client must ensure that the comparator supplied here has the same name and orders keys exactly the same as the comparator provided to previous open calls on the same DB.
Implementation
Comparator? get comparator;