Package org.robovm.apple.corefoundation
Class CFMutableSet
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFSet
org.robovm.apple.corefoundation.CFMutableSet
- All Implemented Interfaces:
AutoCloseable
public class CFMutableSet extends CFSet
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableSet.CFMutableSetPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFSet
CFSet.CFSetPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableSet() -
Method Summary
Modifier and Type Method Description voidadd(NativeObject value)voidclear()static CFMutableSetcreate()static CFMutableSetcreate(long capacity)static CFMutableSetcreate(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFSetCallBacks callBacks)static CFMutableSetcreateCopy(long capacity, CFSet theSet)static CFMutableSetcreateCopy(CFAllocator allocator, long capacity, CFSet theSet)voidremove(NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFSet
applyFunction, contains, containsValue, create, create, create, create, createCopy, getClassTypeID, getCopyStringCallBacks, getCountOfValue, getTypeCallBacks, getValue, getValueIfPresent, getValues, sizeMethods 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
-
CFMutableSet
protected CFMutableSet()
-
-
Method Details
-
create
-
create
-
createCopy
-
add
-
remove
-
create
public static CFMutableSet create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFSetCallBacks callBacks) -
createCopy
-
clear
public void clear()
-