Uses of Class
org.robovm.apple.foundation.NSComparisonResult
-
Uses of NSComparisonResult in org.robovm.apple.cloudkit
Constructor parameters in org.robovm.apple.cloudkit with type arguments of type NSComparisonResult Constructor Description CKLocationSortDescriptor(String key, boolean ascending, Block2<NSObject,NSObject,NSComparisonResult> cmptr)CKLocationSortDescriptor(NSSortIdentifier key, boolean ascending, Block2<NSObject,NSObject,NSComparisonResult> cmptr) -
Uses of NSComparisonResult in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return types with arguments of type NSComparisonResult Modifier and Type Method Description static Block2<String,String,NSComparisonResult>CNContact. getNameComparator(CNContactSortOrder sortOrder)static Block2<String,String,NSComparisonResult>CNMutableContact. getNameComparator(CNContactSortOrder sortOrder) -
Uses of NSComparisonResult in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return NSComparisonResult Modifier and Type Method Description NSComparisonResultEKEvent. compareStartDate(EKEvent other) -
Uses of NSComparisonResult in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSComparisonResult Modifier and Type Method Description NSComparisonResultNSDate. compare(NSDate other)NSComparisonResultNSDateInterval. compare(NSDateInterval dateInterval)static NSComparisonResultNSDecimal. compare(NSDecimal leftOperand, NSDecimal rightOperand)NSComparisonResultNSIndexPath. compare(NSIndexPath otherObject)NSComparisonResultNSNumber. compare(NSNumber otherNumber)NSComparisonResultNSSortDescriptor. compare(NSObject object1, NSObject object2)static NSComparisonResultNSComparisonResult. valueOf(long n)Returns the enum constant of this type with the specified name.static NSComparisonResultNSComparisonResult. valueOf(String name)Returns the enum constant of this type with the specified name.static NSComparisonResult[]NSComparisonResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation that return types with arguments of type NSComparisonResult Modifier and Type Method Description Block2<NSObject,NSObject,NSComparisonResult>NSSortDescriptor. getComparator()Method parameters in org.robovm.apple.foundation with type arguments of type NSComparisonResult Modifier and Type Method Description protected longNSSortDescriptor. init(String key, boolean ascending, Block2<NSObject,NSObject,NSComparisonResult> cmptr)Constructor parameters in org.robovm.apple.foundation with type arguments of type NSComparisonResult Constructor Description NSSortDescriptor(String key, boolean ascending, Block2<NSObject,NSObject,NSComparisonResult> cmptr)NSSortDescriptor(NSSortIdentifier key, boolean ascending, Block2<NSObject,NSObject,NSComparisonResult> cmptr) -
Uses of NSComparisonResult in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSComparisonResult Modifier and Type Method Description NSComparisonResultHKQuantity. compare(HKQuantity quantity) -
Uses of NSComparisonResult in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return NSComparisonResult Modifier and Type Method Description NSComparisonResultPDFDestination. compare(PDFDestination destination) -
Uses of NSComparisonResult in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSComparisonResult Modifier and Type Method Description NSComparisonResultNSTextLocation. compare(NSTextLocation location)NSComparisonResultNSTextLocationAdapter. compare(NSTextLocation location)NSComparisonResultUITextField. comparePositions(UITextPosition position, UITextPosition other)NSComparisonResultUITextInput. comparePositions(UITextPosition position, UITextPosition other)NSComparisonResultUITextInputAdapter. comparePositions(UITextPosition position, UITextPosition other)NSComparisonResultUITextView. comparePositions(UITextPosition position, UITextPosition other)static NSComparisonResultUIContentSizeCategory. compareToCategory(String lhs, String rhs)