Class NSComparisonPredicateOptions


  • public final class NSComparisonPredicateOptions
    extends java.lang.Object
    Flags(s) that can be passed to the factory to indicate that a operator operating on strings should do so in a case insensitive fashion.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CaseInsensitivePredicateOption

        public static final long CaseInsensitivePredicateOption
        See Also:
        Constant Field Values
      • DiacriticInsensitivePredicateOption

        public static final long DiacriticInsensitivePredicateOption
        See Also:
        Constant Field Values
      • NormalizedPredicateOption

        public static final long NormalizedPredicateOption
        Indicate that the strings to be compared have been preprocessed; this supersedes other options and is intended as a performance optimization option
        See Also:
        Constant Field Values