Uses of Class
org.robovm.apple.foundation.NSMutableDictionary
| Package | Description |
|---|---|
| org.robovm.apple.coredata | |
| org.robovm.apple.foundation | |
| org.robovm.apple.gameplaykit | |
| org.robovm.apple.imagecapturecore | |
| org.robovm.apple.spritekit |
-
Uses of NSMutableDictionary in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSMutableDictionary Modifier and Type Method Description NSMutableDictionary<?,?>NSManagedObjectContext. getUserInfo()Methods in org.robovm.apple.coredata that return types with arguments of type NSMutableDictionary Modifier and Type Method Description Block1<NSMutableDictionary<NSString,?>,Boolean>NSBatchInsertRequest. getDictionaryHandler()Method parameters in org.robovm.apple.coredata with type arguments of type NSMutableDictionary Modifier and Type Method Description static NSBatchInsertRequestNSBatchInsertRequest. create(String entityName, Block1<NSMutableDictionary<NSString,?>,Boolean> handler)static NSBatchInsertRequestNSBatchInsertRequest. create(NSEntityDescription entity, Block1<NSMutableDictionary<NSString,?>,Boolean> handler)static NSExpressionNSFetchRequestExpression. createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block, NSArray<NSExpression> arguments)protected longNSBatchInsertRequest. init0(String entityName, Block1<NSMutableDictionary<NSString,?>,Boolean> handler)protected longNSBatchInsertRequest. init0(NSEntityDescription entity, Block1<NSMutableDictionary<NSString,?>,Boolean> handler)voidNSBatchInsertRequest. setDictionaryHandler(Block1<NSMutableDictionary<NSString,?>,Boolean> v) -
Uses of NSMutableDictionary in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSMutableDictionary Modifier and Type Method Description static <V extends NSObject>
NSMutableDictionary<NSString,V>NSMutableDictionary. fromStringMap(Map<String,V> map)NSMutableDictionary<?,?>NSThread. getThreadDictionary()static NSMutableDictionary<?,?>NSMutableDictionary. read(File file)protected static NSMutableDictionary<?,?>NSMutableDictionary. read(String path)static NSMutableDictionary<?,?>NSMutableDictionary. read(NSURL url)Methods in org.robovm.apple.foundation that return types with arguments of type NSMutableDictionary Modifier and Type Method Description Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject>NSExpression. getExpressionBlock()Methods in org.robovm.apple.foundation with parameters of type NSMutableDictionary Modifier and Type Method Description NSObjectNSExpression. evaluate(NSObject object, NSMutableDictionary<?,?> context)Method parameters in org.robovm.apple.foundation with type arguments of type NSMutableDictionary Modifier and Type Method Description static NSExpressionNSExpression. createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block, NSArray<NSExpression> arguments) -
Uses of NSMutableDictionary in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return NSMutableDictionary Modifier and Type Method Description NSMutableDictionary<?,?>GKRuleSystem. getState() -
Uses of NSMutableDictionary in org.robovm.apple.imagecapturecore
Methods in org.robovm.apple.imagecapturecore that return NSMutableDictionary Modifier and Type Method Description NSMutableDictionary<?,?>ICCameraItem. getUserData()NSMutableDictionary<?,?>ICDevice. getUserData() -
Uses of NSMutableDictionary in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return NSMutableDictionary Modifier and Type Method Description NSMutableDictionary<?,?>SKNode. getUserData()NSMutableDictionary<?,?>SKTileDefinition. getUserData()Methods in org.robovm.apple.spritekit with parameters of type NSMutableDictionary Modifier and Type Method Description voidSKNode. setUserData(NSMutableDictionary<?,?> v)voidSKTileDefinition. setUserData(NSMutableDictionary<?,?> v)