Package org.robovm.apple.corefoundation
Class CFMutableDictionary
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFPropertyList
org.robovm.apple.corefoundation.CFDictionary
org.robovm.apple.corefoundation.CFMutableDictionary
- All Implemented Interfaces:
AutoCloseable
public class CFMutableDictionary extends CFDictionary
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableDictionary.CFMutableDictionaryPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFDictionary
CFDictionary.AsMapMarshaler, CFDictionary.AsStringMapMarshaler, CFDictionary.AsStringStringMapMarshaler, CFDictionary.CFDictionaryPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFPropertyList
CFPropertyList.CFPropertyListPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableDictionary() -
Method Summary
Modifier and Type Method Description voidclear()static CFMutableDictionarycreate()static CFMutableDictionarycreate(long capacity)static CFMutableDictionarycreate(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFDictionaryKeyCallBacks keyCallBacks, org.robovm.apple.corefoundation.CFDictionaryValueCallBacks valueCallBacks)static CFMutableDictionarycreateCopy(CFAllocator allocator, long capacity, CFDictionary theDict)voidput(NativeObject key, NativeObject value)voidputAll(CFDictionary dict)voidremove(NativeObject key)Methods inherited from class org.robovm.apple.corefoundation.CFDictionary
applyFunction, asMap, asStringMap, asStringStringMap, containsKey, containsKey, containsValue, containsValue, create, create, create, createCopy, fromStringMap, fromStringStringMap, get, getClassTypeID, getCopyStringKeyCallBacks, getCount, getCountOfKey, getCountOfValue, getKeysAndValues, getTypeKeyCallBacks, getTypeValueCallBacks, getValue, getValueIfPresent, sizeMethods inherited from class org.robovm.apple.corefoundation.CFPropertyList
asData, asData, create, create, create, create, create, create, createDeepCopy, createDeepCopy, isValid, writeMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFMutableDictionary
protected CFMutableDictionary()
-
-
Method Details
-
create
-
create
-
put
- Overrides:
putin classCFDictionary
-
putAll
- Overrides:
putAllin classCFDictionary
-
remove
- Overrides:
removein classCFDictionary
-
clear
public void clear()- Overrides:
clearin classCFDictionary
-
create
public static CFMutableDictionary create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFDictionaryKeyCallBacks keyCallBacks, org.robovm.apple.corefoundation.CFDictionaryValueCallBacks valueCallBacks) -
createCopy
public static CFMutableDictionary createCopy(CFAllocator allocator, long capacity, CFDictionary theDict)
-