Package com.sun.jna.platform.mac
Class CoreFoundation.CFMutableDictionaryRef
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef
com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- CoreFoundation
A reference to a mutable 
CFDictionary object.- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRefCoreFoundation.CFDictionaryRef.ByReference
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetValue(PointerType key, PointerType value) Convenience method forCoreFoundation.CFDictionarySetValue(com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef, com.sun.jna.PointerType, com.sun.jna.PointerType)on this object.Methods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRefgetCount, getValue, getValueIfPresentMethods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRefgetTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
CFMutableDictionaryRefpublic CFMutableDictionaryRef()
- 
CFMutableDictionaryRef
 
- 
- 
Method Details- 
setValueConvenience method forCoreFoundation.CFDictionarySetValue(com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef, com.sun.jna.PointerType, com.sun.jna.PointerType)on this object.- Parameters:
- key- The key of the value to set.
- value- The value to add to or replace .
 
 
-