| 
            abstract
            
            
            
            
            long
         | 
        
        add(ReadablePeriod period, long instant, int scalar)
        
         Adds the period to the instant, specifying the number of times to add. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        add(long instant, long duration, int scalar)
        
         Adds the duration to the instant, specifying the number of times to add. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        centuries()
        
         Get the centuries duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        centuryOfEra()
        
         Get the century of era field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        clockhourOfDay()
        
         Get the hour of day (offset to 1-24) field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        clockhourOfHalfday()
        
         Get the hour of am/pm (offset to 1-12) field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        dayOfMonth()
        
         Get the day of month field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        dayOfWeek()
        
         Get the day of week field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        dayOfYear()
        
         Get the day of year field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        days()
        
         Get the days duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        era()
        
         Get the era field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        eras()
        
         Get the eras duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            int[]
         | 
        
        get(ReadablePeriod period, long startInstant, long endInstant)
        
         Gets the values of a period from an interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            int[]
         | 
        
        get(ReadablePartial partial, long instant)
        
         Gets the values of a partial from an instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            int[]
         | 
        
        get(ReadablePeriod period, long duration)
        
         Gets the values of a period from an interval. 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getBuddhist()
        
         
      
  This method is deprecated.
      Use BuddhistChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getBuddhist(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use BuddhistChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getBuddhistUTC()
        
         
      
  This method is deprecated.
      Use BuddhistChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getCoptic(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use CopticChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getCoptic()
        
         
      
  This method is deprecated.
      Use CopticChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getCopticUTC()
        
         
      
  This method is deprecated.
      Use CopticChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        getDateTimeMillis(long instant, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)
        
         Returns a datetime millisecond instant, from from the given instant,
 hour, minute, second, and millisecond values. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay)
        
         Returns a datetime millisecond instant, formed from the given year,
 month, day, and millisecond values. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)
        
         Returns a datetime millisecond instant, formed from the given year,
 month, day, hour, minute, second, and millisecond values. 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGJ(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use GJChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGJ()
        
         
      
  This method is deprecated.
      Use GJChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGJUTC()
        
         
      
  This method is deprecated.
      Use GJChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGregorian()
        
         
      
  This method is deprecated.
      Use GregorianChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGregorian(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use GregorianChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getGregorianUTC()
        
         
      
  This method is deprecated.
      Use GregorianChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getISO(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use ISOChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getISO()
        
         
      
  This method is deprecated.
      Use ISOChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getISOUTC()
        
         
      
  This method is deprecated.
      Use ISOChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getJulian(DateTimeZone zone)
        
         
      
  This method is deprecated.
      Use JulianChronology.getInstance(zone)
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getJulian()
        
         
      
  This method is deprecated.
      Use JulianChronology.getInstance()
 
  
   | 
	 
    
        | 
            
            
            
            static
            
            Chronology
         | 
        
        getJulianUTC()
        
         
      
  This method is deprecated.
      Use JulianChronology.getInstanceUTC()
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeZone
         | 
        
        getZone()
        
         Returns the DateTimeZone that this Chronology operates in, or null if
 unspecified. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        halfdayOfDay()
        
         Get the AM(0) PM(1) field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        halfdays()
        
         Get the halfdays duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        hourOfDay()
        
         Get the hour of day (0-23) field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        hourOfHalfday()
        
         Get the hour of am/pm (0-11) field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        hours()
        
         Get the hours duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        millis()
        
         Get the millis duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        millisOfDay()
        
         Get the millis of day field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        millisOfSecond()
        
         Get the millis of second field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        minuteOfDay()
        
         Get the minute of day field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        minuteOfHour()
        
         Get the minute of hour field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        minutes()
        
         Get the minutes duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        monthOfYear()
        
         Get the month of year field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        months()
        
         Get the months duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        secondOfDay()
        
         Get the second of day field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        secondOfMinute()
        
         Get the second of minute field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        seconds()
        
         Get the seconds duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        set(ReadablePartial partial, long instant)
        
         Sets the partial into the instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        toString()
        
         Gets a debugging toString. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        validate(ReadablePartial partial, int[] values)
        
         Validates whether the values are valid for the fields of a partial instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        weekOfWeekyear()
        
         Get the week of a week based year field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        weeks()
        
         Get the weeks duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        weekyear()
        
         Get the year of a week based year field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        weekyearOfCentury()
        
         Get the year of a week based year in a century field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        weekyears()
        
         Get the weekyears duration field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Chronology
         | 
        
        withUTC()
        
         Returns an instance of this Chronology that operates in the UTC time
 zone. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Chronology
         | 
        
        withZone(DateTimeZone zone)
        
         Returns an instance of this Chronology that operates in any time zone. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        year()
        
         Get the year field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        yearOfCentury()
        
         Get the year of century field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTimeField
         | 
        
        yearOfEra()
        
         Get the year of era field for this chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DurationField
         | 
        
        years()
        
         Get the years duration field for this chronology. 
  
   |