Package org.robovm.apple.corefoundation
Class CFMutableBag
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFBag
org.robovm.apple.corefoundation.CFMutableBag
- All Implemented Interfaces:
AutoCloseable
public class CFMutableBag extends CFBag
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableBag.CFMutableBagPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableBag() -
Method Summary
Modifier and Type Method Description static CFMutableBagcreate(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFBagCallBacks callBacks)static CFMutableBagcreateCopy(CFAllocator allocator, long capacity, CFBag theBag)Methods inherited from class org.robovm.apple.corefoundation.CFBag
applyFunction, containsValue, create, createCopy, getClassTypeID, getCopyStringCallBacks, getCount, getCountOfValue, getTypeCallBacks, getValue, getValueIfPresent, getValuesMethods 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
-
CFMutableBag
protected CFMutableBag()
-
-
Method Details
-
create
public static CFMutableBag create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFBagCallBacks callBacks) -
createCopy
-