Class CharsetCollator
java.lang.Object
java.text.Collator
org.h2.value.CharsetCollator
- All Implemented Interfaces:
Cloneable, Comparator<Object>
The charset collator sorts strings according to the order in the given charset.
-
Field Summary
Fields inherited from class Collator
CANONICAL_DECOMPOSITION, FULL_DECOMPOSITION, IDENTICAL, NO_DECOMPOSITION, PRIMARY, SECONDARY, TERTIARY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Collator
clone, compare, equals, equals, getAvailableLocales, getDecomposition, getInstance, getInstance, getStrength, setDecomposition, setStrengthMethods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CharsetCollator
-
-
Method Details
-
getCharset
-
compare
-
getCollationKey
- Specified by:
getCollationKeyin classCollator
-
hashCode
-