Package com.ibm.icu.dev.tool.layout
Class DecompTable.DecompEntry
- java.lang.Object
-
- com.ibm.icu.dev.tool.layout.DecompTable.DecompEntry
-
- Enclosing class:
- DecompTable
static class DecompTable.DecompEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DecompEntry(int composedChar, java.lang.String decomposition)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(DecompTable.DecompEntry that)
int
getComposedCharacter()
int
getDecomposedCharacter(int i)
int[]
getDecomposition()
int
getDecompositionCount()
static void
sort(DecompTable.DecompEntry[] table, java.util.Vector decompVector)
-
-
-
Method Detail
-
getComposedCharacter
public int getComposedCharacter()
-
getDecomposition
public int[] getDecomposition()
-
getDecompositionCount
public int getDecompositionCount()
-
getDecomposedCharacter
public int getDecomposedCharacter(int i)
-
compareTo
public int compareTo(DecompTable.DecompEntry that)
-
sort
public static void sort(DecompTable.DecompEntry[] table, java.util.Vector decompVector)
-
-