blob: 7534138d2681125f68b53a44dfae50a34015c7ce [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) 2007-2016, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public abstract class TimeZoneRule implements java.io.Serializable {
TimeZoneRule() { throw new RuntimeException("Stub!"); }
public int getRawOffset() { throw new RuntimeException("Stub!"); }
public int getDSTSavings() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
}