Uses of Class
org.robovm.apple.corefoundation.CFComparisonResult
| Package | Description |
|---|---|
| org.robovm.apple.addressbook | |
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coremedia | |
| org.robovm.apple.coretext |
-
Uses of CFComparisonResult in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return CFComparisonResult Modifier and Type Method Description CFComparisonResultABPerson. compareTo(ABRecord person2, ABPersonSortOrdering ordering)Deprecated.Deprecated in iOS 9.0. -
Uses of CFComparisonResult in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFComparisonResult Modifier and Type Method Description static CFComparisonResultCFString. compare(String theString1, String theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions)static CFComparisonResultCFString. compare(String theString1, String theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions, CFLocale locale)static CFComparisonResultCFString. compare(String theString1, String theString2, CFStringCompareFlags compareOptions)CFComparisonResultCFDate. compareTo(CFDate otherDate)CFComparisonResultCFNumber. compareTo(CFNumber otherNumber)static CFComparisonResultCFComparisonResult. valueOf(long n)Returns the enum constant of this type with the specified name.static CFComparisonResultCFComparisonResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CFComparisonResult[]CFComparisonResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CFComparisonResult in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CFComparisonResult Modifier and Type Method Description CFComparisonResultCMBufferQueueCallbacks. compare(CMBuffer buffer1, CMBuffer buffer2)CFComparisonResultCMBufferQueueCallbacksAdapter. compare(CMBuffer buffer1, CMBuffer buffer2)Methods in org.robovm.apple.coremedia that return types with arguments of type CFComparisonResult Modifier and Type Method Description Block2<CFType,CFType,CFComparisonResult>CMBufferHandlers. getCompare()Method parameters in org.robovm.apple.coremedia with type arguments of type CFComparisonResult Modifier and Type Method Description CMBufferHandlersCMBufferHandlers. setCompare(Block2<CFType,CFType,CFComparisonResult> compare)Constructor parameters in org.robovm.apple.coremedia with type arguments of type CFComparisonResult Constructor Description CMBufferHandlers(long version, Block1<CFType,CMTime> getDecodeTimeStamp, Block1<CFType,CMTime> getPresentationTimeStamp, Block1<CFType,CMTime> getDuration, Block1<CFType,Boolean> isDataReady, Block2<CFType,CFType,CFComparisonResult> compare, String dataBecameReadyNotification, Block1<CFType,Long> getSize) -
Uses of CFComparisonResult in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CFComparisonResult Modifier and Type Method Description CFComparisonResultCTFontCollection.SortCallback. sort(CTFontDescriptor first, CTFontDescriptor second)