Package org.robovm.apple.foundation
Class NSOrderedCollectionDifferenceCalculationOptions
java.lang.Object
org.robovm.rt.bro.Bits<NSOrderedCollectionDifferenceCalculationOptions>
org.robovm.apple.foundation.NSOrderedCollectionDifferenceCalculationOptions
- All Implemented Interfaces:
Comparable<NSOrderedCollectionDifferenceCalculationOptions>,Iterable<NSOrderedCollectionDifferenceCalculationOptions>
public final class NSOrderedCollectionDifferenceCalculationOptions extends Bits<NSOrderedCollectionDifferenceCalculationOptions>
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static NSOrderedCollectionDifferenceCalculationOptionsInferMovesstatic NSOrderedCollectionDifferenceCalculationOptionsNonestatic NSOrderedCollectionDifferenceCalculationOptionsOmitInsertedObjectsstatic NSOrderedCollectionDifferenceCalculationOptionsOmitRemovedObjects -
Constructor Summary
Constructors Constructor Description NSOrderedCollectionDifferenceCalculationOptions(long value) -
Method Summary
Modifier and Type Method Description protected NSOrderedCollectionDifferenceCalculationOptions[]_values()static NSOrderedCollectionDifferenceCalculationOptions[]values()protected NSOrderedCollectionDifferenceCalculationOptionswrap(long value, long mask)
-
Field Details
-
Constructor Details
-
NSOrderedCollectionDifferenceCalculationOptions
public NSOrderedCollectionDifferenceCalculationOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NSOrderedCollectionDifferenceCalculationOptions>
-
_values
- Specified by:
_valuesin classBits<NSOrderedCollectionDifferenceCalculationOptions>
-
values
-