Package com.ibm.icu.dev.util
Class UnicodeMap.Composer<T>
- java.lang.Object
-
- com.ibm.icu.dev.util.UnicodeMap.Composer<T>
-
- Enclosing class:
- UnicodeMap<T>
public abstract static class UnicodeMap.Composer<T> extends java.lang.Object
Used to add complex values, where the value isn't replaced but in some sense composed
-
-
Constructor Summary
Constructors Constructor Description Composer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract T
compose(int codePoint, java.lang.String string, T a, T b)
This will be called with either a string or a code point.
-