public final class NSOrderedCollectionDifferenceCalculationOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
InferMoves
Assume objects that were uniquely removed and inserted were moved.
|
static long |
OmitInsertedObjects
Insertion changes do not store a reference to the inserted object.
|
static long |
OmitRemovedObjects
Insertion changes do not store a reference to the removed object.
|
public static final long OmitInsertedObjects
public static final long OmitRemovedObjects
public static final long InferMoves