Package com.ibm.icu.text
Class DateIntervalFormat.BestMatchInfo
- java.lang.Object
-
- com.ibm.icu.text.DateIntervalFormat.BestMatchInfo
-
- Enclosing class:
- DateIntervalFormat
static final class DateIntervalFormat.BestMatchInfo extends java.lang.Object
Used to save the information for a skeleton's best match skeleton. It is package accessible since it is used in DateIntervalInfo too.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bestMatchDistanceInfo
(package private) java.lang.String
bestMatchSkeleton
-
Constructor Summary
Constructors Constructor Description BestMatchInfo(java.lang.String bestSkeleton, int difference)
-