Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      BestMatchInfo​(java.lang.String bestSkeleton, int difference)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bestMatchSkeleton

        final java.lang.String bestMatchSkeleton
      • bestMatchDistanceInfo

        final int bestMatchDistanceInfo
    • Constructor Detail

      • BestMatchInfo

        BestMatchInfo​(java.lang.String bestSkeleton,
                      int difference)