Package com.sun.jna.platform.mac
Klasse 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
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
CoreFoundation
A reference to a mutable
CFDictionary object.-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef
CoreFoundation.CFDictionaryRef.ByReference -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetValue(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.Von Klasse geerbte Methoden com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef
getCount, getValue, getValueIfPresentVon Klasse geerbte Methoden com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retainVon Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
CFMutableDictionaryRef
public CFMutableDictionaryRef() -
CFMutableDictionaryRef
-
-
Methodendetails
-
setValue
Convenience method forCoreFoundation.CFDictionarySetValue(com.sun.jna.platform.mac.CoreFoundation.CFMutableDictionaryRef, com.sun.jna.PointerType, com.sun.jna.PointerType)on this object.- Parameter:
key- The key of the value to set.value- The value to add to or replace .
-