HangulSyllableTypeUCD class
A class that provides information about the Hangul Syllable Type of a character
Constructors
- HangulSyllableTypeUCD(String filename)
- Creates a new instance of HangulSyllableTypeUCD from a file
Properties
-
codePoints
↔ List<
HangulSyllableTypeItem> -
List of codePoints definitions
getter/setter pairinherited
- filename ↔ String
-
UCD file name
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
find(
int codePoint) → HangulSyllableTypeItem - Returns the Hangul Syllable Type of a character
-
findIn(
List< HangulSyllableTypeItem> items, int target) → HangulSyllableTypeItem? -
Find codepoint in an abritrary list of items
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
) → Future< void> - Initiates the parsing of the UCD file
-
sort(
) → void -
Sort the codepoints
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited