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
 
 public static class CoreFoundation.CFMutableDictionaryRef extends CoreFoundation.CFDictionaryRef A reference to a mutableCFDictionaryobject.
- 
- 
Constructor SummaryConstructors Constructor Description CFMutableDictionaryRef()CFMutableDictionaryRef(Pointer p)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(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, getValueIfPresent
 - 
Methods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRefgetTypeID, isTypeID, release, retain
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CFMutableDictionaryRefpublic CFMutableDictionaryRef() 
 - 
CFMutableDictionaryRefpublic CFMutableDictionaryRef(Pointer p) 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(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.- Parameters:
- key- The key of the value to set.
- value- The value to add to or replace .
 
 
- 
 
-