Package com.ibm.icu.dev.tool.layout
Class DecompTable.DecompEntry
java.lang.Object
com.ibm.icu.dev.tool.layout.DecompTable.DecompEntry
- Enclosing class:
DecompTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getDecomposedCharacter
(int i) int[]
int
static void
sort
(DecompTable.DecompEntry[] table, Vector decompVector)
-
Field Details
-
composed
private int composed -
decomp
private int[] decomp
-
-
Constructor Details
-
DecompEntry
DecompEntry(int composedChar, String decomposition)
-
-
Method Details
-
getComposedCharacter
public int getComposedCharacter() -
getDecomposition
public int[] getDecomposition() -
getDecompositionCount
public int getDecompositionCount() -
getDecomposedCharacter
public int getDecomposedCharacter(int i) -
compareTo
-
sort
-