Package org.robovm.apple.corefoundation
Class CFMutableCharacterSet
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFCharacterSet
org.robovm.apple.corefoundation.CFMutableCharacterSet
- All Implemented Interfaces:
AutoCloseable
public class CFMutableCharacterSet extends CFCharacterSet
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFMutableCharacterSet.CFMutableCharacterSetPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFCharacterSet
CFCharacterSet.CFCharacterSetPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFMutableCharacterSet() -
Method Summary
Modifier and Type Method Description voidaddCharactersInRange(CFRange theRange)voidaddCharactersInString(String theString)static CFMutableCharacterSetcreate()static CFMutableCharacterSetcreate(CFAllocator alloc)static CFMutableCharacterSetcreateCopy(CFAllocator alloc, CFCharacterSet theSet)static CFMutableCharacterSetcreateCopy(CFCharacterSet theSet)voidintersect(CFCharacterSet theOtherSet)voidinvert()voidremoveCharactersInRange(CFRange theRange)voidremoveCharactersInString(String theString)voidunion(CFCharacterSet theOtherSet)Methods inherited from class org.robovm.apple.corefoundation.CFCharacterSet
create, create, create, create, create, create, createInvertedSet, getBitmapRepresentation, getBitmapRepresentation, getClassTypeID, getInvertedSet, getPredefined, hasMemberInPlane, isCharacterMember, isLongCharacterMember, isSupersetOfMethods 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
-
CFMutableCharacterSet
protected CFMutableCharacterSet()
-
-
Method Details