public static class CoreFoundation.CFMutableDictionaryRef extends CoreFoundation.CFDictionaryRef
CFDictionary
object.Constructor and Description |
---|
CFMutableDictionaryRef() |
CFMutableDictionaryRef(Pointer p) |
Modifier and Type | Method and Description |
---|---|
void |
setValue(PointerType key,
PointerType value)
Convenience method for
CoreFoundation.CFDictionarySetValue(com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef, com.sun.jna.PointerType, com.sun.jna.PointerType) on this
object. |
getValue, getValueIfPresent
getTypeID, isTypeID, release, retain
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public CFMutableDictionaryRef()
public CFMutableDictionaryRef(Pointer p)
public void setValue(PointerType key, PointerType value)
CoreFoundation.CFDictionarySetValue(com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef, com.sun.jna.PointerType, com.sun.jna.PointerType)
on this
object.key
- The key of the value to set.value
- The value to add to or replace .