package java.lang
implements Comparable<Character>
import java.lang.Character
Available on javanew (param1:Char16)
charValue ():Char16
compareTo (param1:Character):Int
compareTo (param1:Dynamic):Int
equals (param1:Dynamic):Bool
hashCode ():Int
toString ():String
static read only COMBINING_SPACING_MARK:Char16
static read only CONNECTOR_PUNCTUATION:Char16
static read only CONTROL:Char16
static read only CURRENCY_SYMBOL:Char16
static read only DASH_PUNCTUATION:Char16
static read only DECIMAL_DIGIT_NUMBER:Char16
static read only DIRECTIONALITY_ARABIC_NUMBER:Char16
static read only DIRECTIONALITY_BOUNDARY_NEUTRAL:Char16
static read only DIRECTIONALITY_COMMON_NUMBER_SEPARATOR:Char16
static read only DIRECTIONALITY_EUROPEAN_NUMBER:Char16
static read only DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR:Char16
static read only DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR:Char16
static read only DIRECTIONALITY_LEFT_TO_RIGHT:Char16
static read only DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING:Char16
static read only DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE:Char16
static read only DIRECTIONALITY_NONSPACING_MARK:Char16
static read only DIRECTIONALITY_OTHER_NEUTRALS:Char16
static read only DIRECTIONALITY_PARAGRAPH_SEPARATOR:Char16
static read only DIRECTIONALITY_POP_DIRECTIONAL_FORMAT:Char16
static read only DIRECTIONALITY_RIGHT_TO_LEFT:Char16
static read only DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC:Char16
static read only DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING:Char16
static read only DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE:Char16
static read only DIRECTIONALITY_SEGMENT_SEPARATOR:Char16
static read only DIRECTIONALITY_UNDEFINED:Char16
static read only DIRECTIONALITY_WHITESPACE:Char16
static read only ENCLOSING_MARK:Char16
static read only END_PUNCTUATION:Char16
static read only FINAL_QUOTE_PUNCTUATION:Char16
static read only FORMAT:Char16
static read only INITIAL_QUOTE_PUNCTUATION:Char16
static read only LETTER_NUMBER:Char16
static read only LINE_SEPARATOR:Char16
static read only LOWERCASE_LETTER:Char16
static read only MATH_SYMBOL:Char16
static read only MAX_CODE_POINT:Int
static read only MAX_HIGH_SURROGATE:Char16
static read only MAX_LOW_SURROGATE:Char16
static read only MAX_RADIX:Int
static read only MAX_SURROGATE:Char16
static read only MAX_VALUE:Char16
static read only MIN_CODE_POINT:Int
static read only MIN_HIGH_SURROGATE:Char16
static read only MIN_LOW_SURROGATE:Char16
static read only MIN_RADIX:Int
static read only MIN_SUPPLEMENTARY_CODE_POINT:Int
static read only MIN_SURROGATE:Char16
static read only MIN_VALUE:Char16
static read only MODIFIER_LETTER:Char16
static read only MODIFIER_SYMBOL:Char16
static read only NON_SPACING_MARK:Char16
static read only OTHER_LETTER:Char16
static read only OTHER_NUMBER:Char16
static read only OTHER_PUNCTUATION:Char16
static read only OTHER_SYMBOL:Char16
static read only PARAGRAPH_SEPARATOR:Char16
static read only PRIVATE_USE:Char16
static read only SIZE:Int
static read only SPACE_SEPARATOR:Char16
static read only START_PUNCTUATION:Char16
static read only SURROGATE:Char16
static read only TITLECASE_LETTER:Char16
static TYPE:Class<Character>
static read only UNASSIGNED:Char16
static read only UPPERCASE_LETTER:Char16
static _toString (param1:Char16):String
static charCount (param1:Int):Int
static codePointAt (param1:CharSequence, param2:Int):Int
static codePointAt (param1:NativeArray<Char16>, param2:Int):Int
static codePointAt (param1:NativeArray<Char16>, param2:Int, param3:Int):Int
static codePointBefore (param1:CharSequence, param2:Int):Int
static codePointBefore (param1:NativeArray<Char16>, param2:Int):Int
static codePointBefore (param1:NativeArray<Char16>, param2:Int, param3:Int):Int
static codePointCount (param1:CharSequence, param2:Int, param3:Int):Int
static codePointCount (param1:NativeArray<Char16>, param2:Int, param3:Int):Int
static compare (param1:Char16, param2:Char16):Int
static digit (param1:Char16, param2:Int):Int
static digit (param1:Int, param2:Int):Int
static forDigit (param1:Int, param2:Int):Char16
static getDirectionality (param1:Char16):Char16
static getDirectionality (param1:Int):Char16
static getName (param1:Int):String
static getNumericValue (param1:Char16):Int
static getNumericValue (param1:Int):Int
static getType (param1:Char16):Int
static getType (param1:Int):Int
static highSurrogate (param1:Int):Char16
static isAlphabetic (param1:Int):Bool
static isBmpCodePoint (param1:Int):Bool
static isDefined (param1:Char16):Bool
static isDefined (param1:Int):Bool
static isDigit (param1:Char16):Bool
static isDigit (param1:Int):Bool
static isHighSurrogate (param1:Char16):Bool
static isISOControl (param1:Char16):Bool
static isISOControl (param1:Int):Bool
static isIdentifierIgnorable (param1:Char16):Bool
static isIdentifierIgnorable (param1:Int):Bool
static isIdeographic (param1:Int):Bool
static isJavaIdentifierPart (param1:Char16):Bool
static isJavaIdentifierPart (param1:Int):Bool
static isJavaIdentifierStart (param1:Char16):Bool
static isJavaIdentifierStart (param1:Int):Bool
static isJavaLetter (param1:Char16):Bool
static isJavaLetterOrDigit (param1:Char16):Bool
static isLetter (param1:Char16):Bool
static isLetter (param1:Int):Bool
static isLetterOrDigit (param1:Char16):Bool
static isLetterOrDigit (param1:Int):Bool
static isLowSurrogate (param1:Char16):Bool
static isLowerCase (param1:Char16):Bool
static isLowerCase (param1:Int):Bool
static isMirrored (param1:Char16):Bool
static isMirrored (param1:Int):Bool
static isSpace (param1:Char16):Bool
static isSpaceChar (param1:Char16):Bool
static isSpaceChar (param1:Int):Bool
static isSupplementaryCodePoint (param1:Int):Bool
static isSurrogate (param1:Char16):Bool
static isSurrogatePair (param1:Char16, param2:Char16):Bool
static isTitleCase (param1:Char16):Bool
static isTitleCase (param1:Int):Bool
static isUnicodeIdentifierPart (param1:Char16):Bool
static isUnicodeIdentifierPart (param1:Int):Bool
static isUnicodeIdentifierStart (param1:Char16):Bool
static isUnicodeIdentifierStart (param1:Int):Bool
static isUpperCase (param1:Char16):Bool
static isUpperCase (param1:Int):Bool
static isValidCodePoint (param1:Int):Bool
static isWhitespace (param1:Char16):Bool
static isWhitespace (param1:Int):Bool
static lowSurrogate (param1:Int):Char16
static offsetByCodePoints (param1:CharSequence, param2:Int, param3:Int):Int
static offsetByCodePoints (param1:NativeArray<Char16>, param2:Int, param3:Int, param4:Int, param5:Int):Int
static reverseBytes (param1:Char16):Char16
static toChars (param1:Int, param2:NativeArray<Char16>, param3:Int):Int
static toChars (param1:Int):NativeArray<Char16>
static toCodePoint (param1:Char16, param2:Char16):Int
static toLowerCase (param1:Char16):Char16
static toLowerCase (param1:Int):Int
static toTitleCase (param1:Char16):Char16
static toTitleCase (param1:Int):Int
static toUpperCase (param1:Char16):Char16
static toUpperCase (param1:Int):Int
static valueOf (param1:Char16):Character
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/java/lang/CharacterClass.html