Uses of Class
com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
-
Packages that use LSTMBreakEngine.EmbeddingType Package Description com.ibm.icu.impl.breakiter -
-
Uses of LSTMBreakEngine.EmbeddingType in com.ibm.icu.impl.breakiter
Fields in com.ibm.icu.impl.breakiter declared as LSTMBreakEngine.EmbeddingType Modifier and Type Field Description LSTMBreakEngine.EmbeddingType
LSTMBreakEngine.LSTMData. fType
Methods in com.ibm.icu.impl.breakiter that return LSTMBreakEngine.EmbeddingType Modifier and Type Method Description static LSTMBreakEngine.EmbeddingType
LSTMBreakEngine.EmbeddingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LSTMBreakEngine.EmbeddingType[]
LSTMBreakEngine.EmbeddingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-