Class DateIntervalFormat.BestMatchInfo

java.lang.Object
com.ibm.icu.text.DateIntervalFormat.BestMatchInfo
Enclosing class:
DateIntervalFormat

static final class DateIntervalFormat.BestMatchInfo extends 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 Details

    • bestMatchSkeleton

      final String bestMatchSkeleton
    • bestMatchDistanceInfo

      final int bestMatchDistanceInfo
  • Constructor Details

    • BestMatchInfo

      BestMatchInfo(String bestSkeleton, int difference)