Class DateIntervalFormat.SkeletonAndItsBestMatch

  • Enclosing class:
    DateIntervalFormat

    private static final class DateIntervalFormat.SkeletonAndItsBestMatch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String bestMatchSkeleton  
      (package private) java.lang.String skeleton  
    • Constructor Summary

      Constructors 
      Constructor Description
      SkeletonAndItsBestMatch​(java.lang.String skeleton, java.lang.String bestMatch)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • skeleton

        final java.lang.String skeleton
      • bestMatchSkeleton

        final java.lang.String bestMatchSkeleton
    • Constructor Detail

      • SkeletonAndItsBestMatch

        SkeletonAndItsBestMatch​(java.lang.String skeleton,
                                java.lang.String bestMatch)