Uses of Class
org.robovm.apple.foundation.NSIndexSet
-
Uses of NSIndexSet in org.robovm.apple.assetslibrary
Methods in org.robovm.apple.assetslibrary with parameters of type NSIndexSet Modifier and Type Method Description voidALAssetsGroup. enumerateAssets(NSIndexSet indexSet, NSEnumerationOptions options, VoidBlock3<ALAsset,Long,BooleanPtr> enumerationBlock)Deprecated.Deprecated in iOS 9.0. -
Uses of NSIndexSet in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation with parameters of type NSIndexSet Modifier and Type Method Description voidAVPlayerItemMetadataCollectorPushDelegate. didCollectDateRangeMetadataGroups(AVPlayerItemMetadataCollector metadataCollector, NSArray<AVDateRangeMetadataGroup> metadataGroups, NSIndexSet indexesOfNewGroups, NSIndexSet indexesOfModifiedGroups)voidAVPlayerItemMetadataCollectorPushDelegateAdapter. didCollectDateRangeMetadataGroups(AVPlayerItemMetadataCollector metadataCollector, NSArray<AVDateRangeMetadataGroup> metadataGroups, NSIndexSet indexesOfNewGroups, NSIndexSet indexesOfModifiedGroups) -
Uses of NSIndexSet in org.robovm.apple.foundation
Subclasses of NSIndexSet in org.robovm.apple.foundation Modifier and Type Class Description classNSMutableIndexSetMethods in org.robovm.apple.foundation that return NSIndexSet Modifier and Type Method Description NSIndexSetNSKeyValueChangeInfo. getIndexes()NSIndexSetNSIndexSet. getIndexesInRangePassingTest(NSRange range, NSEnumerationOptions opts, Block2<Long,BooleanPtr,Boolean> predicate)NSIndexSetNSIndexSet. getIndexesPassingTest(NSEnumerationOptions opts, Block2<Long,BooleanPtr,Boolean> predicate)NSIndexSetNSIndexSet. getIndexesPassingTest(Block2<Long,BooleanPtr,Boolean> predicate)Methods in org.robovm.apple.foundation with parameters of type NSIndexSet Modifier and Type Method Description voidNSIndexSet. addIndexes(NSIndexSet indexSet)voidNSMutableIndexSet. addIndexes(NSIndexSet indexSet)voidNSArray. addObserver(NSObject observer, NSIndexSet indexes, String keyPath, NSKeyValueObservingOptions options, VoidPtr context)booleanNSIndexSet. containsIndexes(NSIndexSet indexSet)voidNSObject. didChangeValues(String key, NSKeyValueChange changeKind, NSIndexSet indexes)booleanNSIndexSet. equalsTo(NSIndexSet indexSet)protected NSArray<T>NSOrderedSet. getObjectsAt(NSIndexSet indexes)protected longNSIndexSet. init(NSIndexSet indexSet)protected longNSOrderedCollectionDifference. init(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects)protected longNSOrderedCollectionDifference. init(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects, NSArray<?> changes)voidNSIndexSet. removeIndexes(NSIndexSet indexSet)voidNSMutableIndexSet. removeIndexes(NSIndexSet indexSet)voidNSArray. removeObserver(NSObject observer, NSIndexSet indexes, String keyPath, VoidPtr context)voidNSObject. willChangeValues(String key, NSKeyValueChange changeKind, NSIndexSet indexes)Constructors in org.robovm.apple.foundation with parameters of type NSIndexSet Constructor Description NSIndexSet(NSIndexSet indexSet)NSMutableIndexSet(NSIndexSet indexSet)NSOrderedCollectionDifference(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects)NSOrderedCollectionDifference(NSIndexSet inserts, NSArray<T> insertedObjects, NSIndexSet removes, NSArray<T> removedObjects, NSArray<?> changes) -
Uses of NSIndexSet in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type NSIndexSet Modifier and Type Method Description NSArray<NSNumber>MKMultiPoint. locationsAtPointIndexes(NSIndexSet indexes) -
Uses of NSIndexSet in org.robovm.apple.naturallanguage
Methods in org.robovm.apple.naturallanguage that return NSIndexSet Modifier and Type Method Description static NSIndexSetNLEmbedding. supportedRevisionsForLanguage(NLLanguage language)static NSIndexSetNLModelConfiguration. supportedRevisionsForType(NLModelType type)static NSIndexSetNLEmbedding. supportedSentenceEmbeddingRevisionsForLanguage(NLLanguage language) -
Uses of NSIndexSet in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return NSIndexSet Modifier and Type Method Description NSIndexSetPHFetchResultChangeDetails. getChangedIndexes()NSIndexSetPHFetchResultChangeDetails. getInsertedIndexes()NSIndexSetPHFetchResultChangeDetails. getRemovedIndexes()Methods in org.robovm.apple.photos with parameters of type NSIndexSet Modifier and Type Method Description voidPHFetchResult. enumerateObjects(NSIndexSet s, NSEnumerationOptions opts, Block2<T,Long,Boolean> block)protected voidPHFetchResult. enumerateObjects0(NSIndexSet s, NSEnumerationOptions opts, VoidBlock3<T,Long,BooleanPtr> block)NSArray<T>PHFetchResult. getAll(NSIndexSet indexes)voidPHAssetCollectionChangeRequest. insertAssets(NSFastEnumeration assets, NSIndexSet indexes)voidPHCollectionListChangeRequest. insertChildCollections(NSFastEnumeration collections, NSIndexSet indexes)voidPHAssetCollectionChangeRequest. moveAssetsTo(NSIndexSet fromIndexes, long toIndex)voidPHCollectionListChangeRequest. moveChildCollectionsTo(NSIndexSet indexes, long toIndex)voidPHAssetCollectionChangeRequest. removeAssets(NSIndexSet indexes)voidPHCollectionListChangeRequest. removeChildCollections(NSIndexSet indexes)voidPHAssetCollectionChangeRequest. replaceAssets(NSIndexSet indexes, NSFastEnumeration assets)voidPHCollectionListChangeRequest. replaceChildCollections(NSIndexSet indexes, NSFastEnumeration collections) -
Uses of NSIndexSet in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSIndexSet Modifier and Type Method Description NSIndexSetUIPasteboard. getItemsWithTypes(List<String> pasteboardTypes)Methods in org.robovm.apple.uikit with parameters of type NSIndexSet Modifier and Type Method Description booleanUIPasteboard. contains(List<String> pasteboardTypes, NSIndexSet itemSet)voidUICollectionView. deleteSections(NSIndexSet sections)voidUITableView. deleteSections(NSIndexSet sections, UITableViewRowAnimation animation)voidUIPasteboard. detectPatternsForPatterns(NSSet<NSString> patterns, NSIndexSet itemSet, VoidBlock2<NSArray<?>,NSError> completionHandler)voidUIPasteboard. detectValuesForPatterns(NSSet<NSString> patterns, NSIndexSet itemSet, VoidBlock2<NSArray<?>,NSError> completionHandler)NSArray<NSData>UIPasteboard. getData(String pasteboardType, NSIndexSet itemSet)List<List<String>>UIPasteboard. getTypes(NSIndexSet itemSet)NSArray<?>UIPasteboard. getValues(String pasteboardType, NSIndexSet itemSet)voidUICollectionView. insertSections(NSIndexSet sections)voidUITableView. insertSections(NSIndexSet sections, UITableViewRowAnimation animation)voidUICollectionView. reloadSections(NSIndexSet sections)voidUITableView. reloadSections(NSIndexSet sections, UITableViewRowAnimation animation) -
Uses of NSIndexSet in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return NSIndexSet Modifier and Type Method Description static NSIndexSetVNClassifyImageRequest. getSupportedRevisions()static NSIndexSetVNCoreMLRequest. getSupportedRevisions()static NSIndexSetVNDetectBarcodesRequest. getSupportedRevisions()static NSIndexSetVNDetectContoursRequest. getSupportedRevisions()static NSIndexSetVNDetectDocumentSegmentationRequest. getSupportedRevisions()static NSIndexSetVNDetectFaceCaptureQualityRequest. getSupportedRevisions()static NSIndexSetVNDetectFaceLandmarksRequest. getSupportedRevisions()static NSIndexSetVNDetectFaceRectanglesRequest. getSupportedRevisions()static NSIndexSetVNDetectHorizonRequest. getSupportedRevisions()static NSIndexSetVNDetectHumanBodyPoseRequest. getSupportedRevisions()static NSIndexSetVNDetectHumanHandPoseRequest. getSupportedRevisions()static NSIndexSetVNDetectHumanRectanglesRequest. getSupportedRevisions()static NSIndexSetVNDetectRectanglesRequest. getSupportedRevisions()static NSIndexSetVNDetectTextRectanglesRequest. getSupportedRevisions()static NSIndexSetVNDetectTrajectoriesRequest. getSupportedRevisions()static NSIndexSetVNGenerateAttentionBasedSaliencyImageRequest. getSupportedRevisions()static NSIndexSetVNGenerateImageFeaturePrintRequest. getSupportedRevisions()static NSIndexSetVNGenerateObjectnessBasedSaliencyImageRequest. getSupportedRevisions()static NSIndexSetVNGenerateOpticalFlowRequest. getSupportedRevisions()static NSIndexSetVNGeneratePersonSegmentationRequest. getSupportedRevisions()static NSIndexSetVNHomographicImageRegistrationRequest. getSupportedRevisions()static NSIndexSetVNImageBasedRequest. getSupportedRevisions()static NSIndexSetVNImageRegistrationRequest. getSupportedRevisions()static NSIndexSetVNRecognizeAnimalsRequest. getSupportedRevisions()static NSIndexSetVNRecognizeTextRequest. getSupportedRevisions()static NSIndexSetVNRequest. getSupportedRevisions()static NSIndexSetVNStatefulRequest. getSupportedRevisions()static NSIndexSetVNTargetedImageRequest. getSupportedRevisions()static NSIndexSetVNTrackingRequest. getSupportedRevisions()static NSIndexSetVNTrackObjectRequest. getSupportedRevisions()static NSIndexSetVNTrackRectangleRequest. getSupportedRevisions()static NSIndexSetVNTranslationalImageRegistrationRequest. getSupportedRevisions() -
Uses of NSIndexSet in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type NSIndexSet Modifier and Type Method Description voidWKInterfaceTable. insertRows(NSIndexSet rows, String rowType)voidWKInterfaceTable. removeRows(NSIndexSet rows)