blob: 9e719aa463a6b2850961da65f86e8c1f434736f3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
* Copyright (C) 1996-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class GregorianCalendar extends android.icu.util.Calendar {
public GregorianCalendar() { throw new RuntimeException("Stub!"); }
public GregorianCalendar(android.icu.util.TimeZone zone) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(android.icu.util.TimeZone zone, java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(android.icu.util.TimeZone zone, android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(int year, int month, int date) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(int year, int month, int date, int hour, int minute) { throw new RuntimeException("Stub!"); }
public GregorianCalendar(int year, int month, int date, int hour, int minute, int second) { throw new RuntimeException("Stub!"); }
protected int handleGetLimit(int field, int limitType) { throw new RuntimeException("Stub!"); }
public void setGregorianChange(java.util.Date date) { throw new RuntimeException("Stub!"); }
public final java.util.Date getGregorianChange() { throw new RuntimeException("Stub!"); }
public boolean isLeapYear(int year) { throw new RuntimeException("Stub!"); }
public boolean isEquivalentTo(android.icu.util.Calendar other) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public void roll(int field, int amount) { throw new RuntimeException("Stub!"); }
public int getActualMinimum(int field) { throw new RuntimeException("Stub!"); }
public int getActualMaximum(int field) { throw new RuntimeException("Stub!"); }
protected int handleGetMonthLength(int extendedYear, int month) { throw new RuntimeException("Stub!"); }
protected int handleGetYearLength(int eyear) { throw new RuntimeException("Stub!"); }
protected void handleComputeFields(int julianDay) { throw new RuntimeException("Stub!"); }
protected int handleGetExtendedYear() { throw new RuntimeException("Stub!"); }
protected int handleComputeJulianDay(int bestField) { throw new RuntimeException("Stub!"); }
protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { throw new RuntimeException("Stub!"); }
public java.lang.String getType() { throw new RuntimeException("Stub!"); }
public static final int AD = 1; // 0x1
public static final int BC = 0; // 0x0
protected transient boolean invertGregorian;
protected transient boolean isGregorian;
}