Package org.robovm.apple.corefoundation
Class CFMutableBitVector
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFBitVector
org.robovm.apple.corefoundation.CFMutableBitVector
- All Implemented Interfaces:
AutoCloseable
public class CFMutableBitVector extends CFBitVector
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableBitVector.CFMutableBitVectorPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFBitVector
CFBitVector.CFBitVectorPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableBitVector() -
Method Summary
Modifier and Type Method Description static CFMutableBitVectorcreate(long capacity)static CFMutableBitVectorcreate(CFAllocator allocator, long capacity)static CFMutableBitVectorcreateCopy(long capacity, CFBitVector bv)static CFMutableBitVectorcreateCopy(CFAllocator allocator, long capacity, CFBitVector bv)voidflipBit(long idx)voidflipBits(CFRange range)voidsetAllBits(int value)voidsetBit(long idx, int value)voidsetBits(CFRange range, int value)voidsetCount(long count)Methods inherited from class org.robovm.apple.corefoundation.CFBitVector
contains, create, create, create, create, createCopy, createCopy, get, getBytes, getClassTypeID, getCount, getCountOfBit, indexOf, lastIndexOfMethods 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
-
CFMutableBitVector
protected CFMutableBitVector()
-
-
Method Details
-
create
-
createCopy
-
create
-
createCopy
-
setCount
public void setCount(long count) -
flipBit
public void flipBit(long idx) -
flipBits
-
setBit
public void setBit(long idx, int value) -
setBits
-
setAllBits
public void setAllBits(int value)
-