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 Summary
Nested classes/interfaces inherited from class com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef
CoreFoundation.CFDictionaryRef.ByReference -
Constructor Summary
Constructors -
Method Summary
Modifier 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.CFDictionaryRef
getCount, getValue, getValueIfPresentMethods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
CFMutableDictionaryRef
public CFMutableDictionaryRef() -
CFMutableDictionaryRef
-
-
Method Details
-
setValue
Convenience 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 .
-