Class CoreFoundation.CFMutableDictionaryRef
java.lang.Object
oshi.ffm.mac.CoreFoundation.CFTypeRef
oshi.ffm.mac.CoreFoundation.CFDictionaryRef
oshi.ffm.mac.CoreFoundation.CFMutableDictionaryRef
- Enclosing interface:
CoreFoundation
A reference to a mutable CFDictionary object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetValue(CoreFoundation.CFTypeRef key, CoreFoundation.CFTypeRef value) Set a value in the dictionaryMethods inherited from class CoreFoundation.CFDictionaryRef
getCount, getValue, getValueIfPresent
-
Constructor Details
-
CFMutableDictionaryRef
-
-
Method Details
-
setValue
Set a value in the dictionary- Parameters:
key- The keyvalue- The value
-