NativeMappedpublic static class CoreFoundation.CFMutableDictionaryRef extends CoreFoundation.CFDictionaryRef
CFDictionary object.| Constructor | Description |
|---|---|
CFMutableDictionaryRef() |
|
CFMutableDictionaryRef(Pointer p) |
| Modifier and Type | Method | 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, getValueIfPresentgetTypeID, isTypeID, release, retainclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringpublic 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 .