Class CollationKey.BoundMode

  • Enclosing class:
    CollationKey

    public static final class CollationKey.BoundMode
    extends Object
    Options that used in the API CollationKey.getBound() for getting a CollationKey based on the bound mode requested.
    • 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