Package org.h2.value

Class CharsetCollator.CharsetCollationKey

  • All Implemented Interfaces:
    java.lang.Comparable<java.text.CollationKey>
    Enclosing class:
    CharsetCollator

    private class CharsetCollator.CharsetCollationKey
    extends java.text.CollationKey
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharsetCollationKey​(java.lang.String source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.text.CollationKey target)  
      byte[] toByteArray()  
      • Methods inherited from class java.text.CollationKey

        getSourceString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bytes

        private final byte[] bytes
    • Constructor Detail

      • CharsetCollationKey

        CharsetCollationKey​(java.lang.String source)
    • Method Detail

      • compareTo

        public int compareTo​(java.text.CollationKey target)
        Specified by:
        compareTo in interface java.lang.Comparable<java.text.CollationKey>
        Specified by:
        compareTo in class java.text.CollationKey
      • toByteArray

        public byte[] toByteArray()
        Specified by:
        toByteArray in class java.text.CollationKey