Package org.robovm.apple.corefoundation
Class CFCharacterSet
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFCharacterSet
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
CFMutableCharacterSet
public class CFCharacterSet extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFCharacterSet.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 protectedCFCharacterSet() -
Method Summary
Modifier and Type Method Description static CFCharacterSetcreate(String theString)static CFCharacterSetcreate(CFAllocator alloc, String theString)static CFCharacterSetcreate(CFAllocator alloc, CFData theData)static CFCharacterSetcreate(CFAllocator alloc, CFRange theRange)static CFCharacterSetcreate(CFData theData)static CFCharacterSetcreate(CFRange theRange)static CFCharacterSetcreateCopy(CFAllocator alloc, CFCharacterSet theSet)static CFCharacterSetcreateInvertedSet(CFAllocator alloc, CFCharacterSet theSet)CFDatagetBitmapRepresentation()CFDatagetBitmapRepresentation(CFAllocator allocator)static longgetClassTypeID()CFCharacterSetgetInvertedSet()static CFCharacterSetgetPredefined(CFCharacterSetPredefinedSet theSetIdentifier)booleanhasMemberInPlane(long thePlane)booleanisCharacterMember(short theChar)booleanisLongCharacterMember(int theChar)booleanisSupersetOf(CFCharacterSet theOtherset)Methods 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
-
CFCharacterSet
protected CFCharacterSet()
-
-
Method Details
-
create
-
create
-
create
-
getInvertedSet
-
getBitmapRepresentation
-
getBitmapRepresentation
-
getClassTypeID
public static long getClassTypeID() -
getPredefined
-
create
-
create
-
create
-
createInvertedSet
-
isSupersetOf
-
hasMemberInPlane
public boolean hasMemberInPlane(long thePlane) -
createCopy
-
isCharacterMember
public boolean isCharacterMember(short theChar) -
isLongCharacterMember
public boolean isLongCharacterMember(int theChar)
-