Package apple.foundation.enums
Class NSComparisonPredicateOptions
- java.lang.Object
-
- apple.foundation.enums.NSComparisonPredicateOptions
-
public final class NSComparisonPredicateOptions extends java.lang.ObjectFlags(s) that can be passed to the factory to indicate that a operator operating on strings should do so in a case insensitive fashion.
-
-
Field Summary
Fields Modifier and Type Field Description static longCaseInsensitivePredicateOptionstatic longDiacriticInsensitivePredicateOptionstatic longNormalizedPredicateOptionIndicate that the strings to be compared have been preprocessed; this supersedes other options and is intended as a performance optimization option
-
-
-
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
-
-