W3cubDocs

/Haxe Java

CharacterClass

package java.lang

implements Comparable<Character>

import java.lang.Character

@:native("java.lang.Character") Available on java

Constructor

@:overload new (param1:Char16)

Methods

@:overload charValue ():Char16

@:overload compareTo (param1:Character):Int

@:overload compareTo (param1:Dynamic):Int

@:overload equals (param1:Dynamic):Bool

@:overload hashCode ():Int

@:overload toString ():String

Static variables

@:final static read only COMBINING_SPACING_MARK:Char16

@:final static read only CONNECTOR_PUNCTUATION:Char16

@:final static read only CONTROL:Char16

@:final static read only CURRENCY_SYMBOL:Char16

@:final static read only DASH_PUNCTUATION:Char16

@:final static read only DECIMAL_DIGIT_NUMBER:Char16

@:final static read only DIRECTIONALITY_ARABIC_NUMBER:Char16

@:final static read only DIRECTIONALITY_BOUNDARY_NEUTRAL:Char16

@:final static read only DIRECTIONALITY_COMMON_NUMBER_SEPARATOR:Char16

@:final static read only DIRECTIONALITY_EUROPEAN_NUMBER:Char16

@:final static read only DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR:Char16

@:final static read only DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR:Char16

@:final static read only DIRECTIONALITY_LEFT_TO_RIGHT:Char16

@:final static read only DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING:Char16

@:final static read only DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE:Char16

@:final static read only DIRECTIONALITY_NONSPACING_MARK:Char16

@:final static read only DIRECTIONALITY_OTHER_NEUTRALS:Char16

@:final static read only DIRECTIONALITY_PARAGRAPH_SEPARATOR:Char16

@:final static read only DIRECTIONALITY_POP_DIRECTIONAL_FORMAT:Char16

@:final static read only DIRECTIONALITY_RIGHT_TO_LEFT:Char16

@:final static read only DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC:Char16

@:final static read only DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING:Char16

@:final static read only DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE:Char16

@:final static read only DIRECTIONALITY_SEGMENT_SEPARATOR:Char16

@:final static read only DIRECTIONALITY_UNDEFINED:Char16

@:final static read only DIRECTIONALITY_WHITESPACE:Char16

@:final static read only ENCLOSING_MARK:Char16

@:final static read only END_PUNCTUATION:Char16

@:final static read only FINAL_QUOTE_PUNCTUATION:Char16

@:final static read only FORMAT:Char16

@:final static read only INITIAL_QUOTE_PUNCTUATION:Char16

@:final static read only LETTER_NUMBER:Char16

@:final static read only LINE_SEPARATOR:Char16

@:final static read only LOWERCASE_LETTER:Char16

@:final static read only MATH_SYMBOL:Char16

@:final static read only MAX_CODE_POINT:Int

@:final static read only MAX_HIGH_SURROGATE:Char16

@:final static read only MAX_LOW_SURROGATE:Char16

@:final static read only MAX_RADIX:Int

@:final static read only MAX_SURROGATE:Char16

@:final static read only MAX_VALUE:Char16

@:final static read only MIN_CODE_POINT:Int

@:final static read only MIN_HIGH_SURROGATE:Char16

@:final static read only MIN_LOW_SURROGATE:Char16

@:final static read only MIN_RADIX:Int

@:final static read only MIN_SUPPLEMENTARY_CODE_POINT:Int

@:final static read only MIN_SURROGATE:Char16

@:final static read only MIN_VALUE:Char16

@:final static read only MODIFIER_LETTER:Char16

@:final static read only MODIFIER_SYMBOL:Char16

@:final static read only NON_SPACING_MARK:Char16

@:final static read only OTHER_LETTER:Char16

@:final static read only OTHER_NUMBER:Char16

@:final static read only OTHER_PUNCTUATION:Char16

@:final static read only OTHER_SYMBOL:Char16

@:final static read only PARAGRAPH_SEPARATOR:Char16

@:final static read only PRIVATE_USE:Char16

@:final static read only SIZE:Int

@:final static read only SPACE_SEPARATOR:Char16

@:final static read only START_PUNCTUATION:Char16

@:final static read only SURROGATE:Char16

@:final static read only TITLECASE_LETTER:Char16

@:final static TYPE:Class<Character>

@:final static read only UNASSIGNED:Char16

@:final static read only UPPERCASE_LETTER:Char16

Static methods

@:native("toString") @:overload static _toString (param1:Char16):String

@:overload static charCount (param1:Int):Int

@:overload static codePointAt (param1:CharSequence, param2:Int):Int

@:overload static codePointAt (param1:NativeArray<Char16>, param2:Int):Int

@:overload static codePointAt (param1:NativeArray<Char16>, param2:Int, param3:Int):Int

@:overload static codePointBefore (param1:CharSequence, param2:Int):Int

@:overload static codePointBefore (param1:NativeArray<Char16>, param2:Int):Int

@:overload static codePointBefore (param1:NativeArray<Char16>, param2:Int, param3:Int):Int

@:overload static codePointCount (param1:CharSequence, param2:Int, param3:Int):Int

@:overload static codePointCount (param1:NativeArray<Char16>, param2:Int, param3:Int):Int

@:overload static compare (param1:Char16, param2:Char16):Int

@:overload static digit (param1:Char16, param2:Int):Int

@:overload static digit (param1:Int, param2:Int):Int

@:overload static forDigit (param1:Int, param2:Int):Char16

@:overload static getDirectionality (param1:Char16):Char16

@:overload static getDirectionality (param1:Int):Char16

@:overload static getName (param1:Int):String

@:overload static getNumericValue (param1:Char16):Int

@:overload static getNumericValue (param1:Int):Int

@:overload static getType (param1:Char16):Int

@:overload static getType (param1:Int):Int

@:overload static highSurrogate (param1:Int):Char16

@:overload static isAlphabetic (param1:Int):Bool

@:overload static isBmpCodePoint (param1:Int):Bool

@:overload static isDefined (param1:Char16):Bool

@:overload static isDefined (param1:Int):Bool

@:overload static isDigit (param1:Char16):Bool

@:overload static isDigit (param1:Int):Bool

@:overload static isHighSurrogate (param1:Char16):Bool

@:overload static isISOControl (param1:Char16):Bool

@:overload static isISOControl (param1:Int):Bool

@:overload static isIdentifierIgnorable (param1:Char16):Bool

@:overload static isIdentifierIgnorable (param1:Int):Bool

@:overload static isIdeographic (param1:Int):Bool

@:overload static isJavaIdentifierPart (param1:Char16):Bool

@:overload static isJavaIdentifierPart (param1:Int):Bool

@:overload static isJavaIdentifierStart (param1:Char16):Bool

@:overload static isJavaIdentifierStart (param1:Int):Bool

@:overload static isJavaLetter (param1:Char16):Bool

Deprecated:

@:overload static isJavaLetterOrDigit (param1:Char16):Bool

Deprecated:

@:overload static isLetter (param1:Char16):Bool

@:overload static isLetter (param1:Int):Bool

@:overload static isLetterOrDigit (param1:Char16):Bool

@:overload static isLetterOrDigit (param1:Int):Bool

@:overload static isLowSurrogate (param1:Char16):Bool

@:overload static isLowerCase (param1:Char16):Bool

@:overload static isLowerCase (param1:Int):Bool

@:overload static isMirrored (param1:Char16):Bool

@:overload static isMirrored (param1:Int):Bool

@:overload static isSpace (param1:Char16):Bool

Deprecated:

@:overload static isSpaceChar (param1:Char16):Bool

@:overload static isSpaceChar (param1:Int):Bool

@:overload static isSupplementaryCodePoint (param1:Int):Bool

@:overload static isSurrogate (param1:Char16):Bool

@:overload static isSurrogatePair (param1:Char16, param2:Char16):Bool

@:overload static isTitleCase (param1:Char16):Bool

@:overload static isTitleCase (param1:Int):Bool

@:overload static isUnicodeIdentifierPart (param1:Char16):Bool

@:overload static isUnicodeIdentifierPart (param1:Int):Bool

@:overload static isUnicodeIdentifierStart (param1:Char16):Bool

@:overload static isUnicodeIdentifierStart (param1:Int):Bool

@:overload static isUpperCase (param1:Char16):Bool

@:overload static isUpperCase (param1:Int):Bool

@:overload static isValidCodePoint (param1:Int):Bool

@:overload static isWhitespace (param1:Char16):Bool

@:overload static isWhitespace (param1:Int):Bool

@:overload static lowSurrogate (param1:Int):Char16

@:overload static offsetByCodePoints (param1:CharSequence, param2:Int, param3:Int):Int

@:overload static offsetByCodePoints (param1:NativeArray<Char16>, param2:Int, param3:Int, param4:Int, param5:Int):Int

@:overload static reverseBytes (param1:Char16):Char16

@:overload static toChars (param1:Int, param2:NativeArray<Char16>, param3:Int):Int

@:overload static toChars (param1:Int):NativeArray<Char16>

@:overload static toCodePoint (param1:Char16, param2:Char16):Int

@:overload static toLowerCase (param1:Char16):Char16

@:overload static toLowerCase (param1:Int):Int

@:overload static toTitleCase (param1:Char16):Char16

@:overload static toTitleCase (param1:Int):Int

@:overload static toUpperCase (param1:Char16):Char16

@:overload static toUpperCase (param1:Int):Int

@:overload static valueOf (param1:Char16):Character

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/CharacterClass.html