Class RelativeDateFormat.URelativeString

  • Enclosing class:
    RelativeDateFormat

    public static class RelativeDateFormat.URelativeString
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int offset  
      java.lang.String string  
    • Constructor Summary

      Constructors 
      Constructor Description
      URelativeString​(int offset, java.lang.String string)  
      URelativeString​(java.lang.String offset, java.lang.String string)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        public int offset
      • string

        public java.lang.String string
    • Constructor Detail

      • URelativeString

        URelativeString​(int offset,
                        java.lang.String string)
      • URelativeString

        URelativeString​(java.lang.String offset,
                        java.lang.String string)