Package org.robovm.apple.corefoundation
Class CFMutableArray
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFPropertyList
org.robovm.apple.corefoundation.CFArray
org.robovm.apple.corefoundation.CFMutableArray
- All Implemented Interfaces:
AutoCloseable
public class CFMutableArray extends CFArray
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableArray.CFMutableArrayPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFArray
CFArray.AsStringListMarshaler, CFArray.CFArrayPtrNested 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 protectedCFMutableArray() -
Method Summary
Modifier and Type Method Description voidadd(NativeObject value)voidclear()static CFMutableArraycreate()static CFMutableArraycreate(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFArrayCallBacks callBacks)static CFMutableArraycreateCopy(CFAllocator allocator, long capacity, CFArray theArray)voidinsert(long idx, NativeObject value)voidremove(long idx)voidreplace(long idx, NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFArray
applyFunction, asStringList, bSearchValues, containsValue, create, create, create, fromStrings, fromStrings, get, getClassTypeID, getCount, getCountOfValue, getFirstIndexOfValue, getLastIndexOfValue, getTypeCallBacks, getValueAtIndex, getValues, size, toArray, toListMethods 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
-
CFMutableArray
protected CFMutableArray()
-
-
Method Details
-
create
-
add
-
insert
-
replace
-
remove
public void remove(long idx) -
clear
public void clear() -
create
public static CFMutableArray create(CFAllocator allocator, long capacity, org.robovm.apple.corefoundation.CFArrayCallBacks callBacks) -
createCopy
-