Uses of Interface
com.ibm.icu.impl.number.AffixUtils.TokenConsumer
-
Packages that use AffixUtils.TokenConsumer Package Description com.ibm.icu.impl.number com.ibm.icu.impl.number.parse -
-
Uses of AffixUtils.TokenConsumer in com.ibm.icu.impl.number
Methods in com.ibm.icu.impl.number with parameters of type AffixUtils.TokenConsumer Modifier and Type Method Description static void
AffixUtils. iterateWithConsumer(java.lang.CharSequence affixPattern, AffixUtils.TokenConsumer consumer)
Iterates over the affix pattern, calling the TokenConsumer for each token. -
Uses of AffixUtils.TokenConsumer in com.ibm.icu.impl.number.parse
Classes in com.ibm.icu.impl.number.parse that implement AffixUtils.TokenConsumer Modifier and Type Class Description class
AffixPatternMatcher
A specialized version ofSeriesMatcher
that matches EITHER a prefix OR a suffix.
-