Class CollationKey.BoundMode

  • Enclosing class:
    CollationKey

    public static final class CollationKey.BoundMode
    extends java.lang.Object
    Options that used in the API CollationKey.getBound() for getting a CollationKey based on the bound mode requested.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COUNT
      Deprecated.
      ICU 58 The numeric value may change over time, see ICU ticket #12420.
      static int LOWER
      Lower bound
      static int UPPER
      Upper bound that will match strings of exact size
      static int UPPER_LONG
      Upper bound that will match all the strings that have the same initial substring as the given string
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BoundMode()
      Private Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UPPER

        public static final int UPPER
        Upper bound that will match strings of exact size
        See Also:
        Constant Field Values
      • UPPER_LONG

        public static final int UPPER_LONG
        Upper bound that will match all the strings that have the same initial substring as the given string
        See Also:
        Constant Field Values
      • COUNT

        @Deprecated
        public static final int COUNT
        Deprecated.
        ICU 58 The numeric value may change over time, see ICU ticket #12420.
        One more than the highest normal BoundMode value.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BoundMode

        private BoundMode()
        Private Constructor