Package apple.foundation.enums
Class NSOrderedCollectionDifferenceCalculationOptions
- java.lang.Object
-
- apple.foundation.enums.NSOrderedCollectionDifferenceCalculationOptions
-
public final class NSOrderedCollectionDifferenceCalculationOptions extends java.lang.ObjectOptions supported by methods that produce difference objects.
-
-
Field Summary
Fields Modifier and Type Field Description static longInferMovesAssume objects that were uniquely removed and inserted were moved.static longOmitInsertedObjectsInsertion changes do not store a reference to the inserted object.static longOmitRemovedObjectsInsertion changes do not store a reference to the removed object.
-
-
-
Field Detail
-
OmitInsertedObjects
public static final long OmitInsertedObjects
Insertion changes do not store a reference to the inserted object.- See Also:
- Constant Field Values
-
OmitRemovedObjects
public static final long OmitRemovedObjects
Insertion changes do not store a reference to the removed object.- See Also:
- Constant Field Values
-
InferMoves
public static final long InferMoves
Assume objects that were uniquely removed and inserted were moved. This is useful when diffing based on identity instead of equality.- See Also:
- Constant Field Values
-
-