Package com.ibm.icu.text
Class DateIntervalFormat.BestMatchInfo
java.lang.Object
com.ibm.icu.text.DateIntervalFormat.BestMatchInfo
- Enclosing class:
- DateIntervalFormat
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bestMatchSkeleton
-
bestMatchDistanceInfo
final int bestMatchDistanceInfo
-
-
Constructor Details
-
BestMatchInfo
BestMatchInfo(String bestSkeleton, int difference)
-