blob: ad8c87795bfb0f3e88785c3d6afd7b02dd5c2a68 [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
/*
**************************************************************************
* Copyright (C) 2008-2014, Google, International Business Machines
* Corporation and others. All Rights Reserved.
**************************************************************************
*/
package android.icu.util;
/**
* Measurement unit for time units.
* @see android.icu.util.TimeUnit
* @author markdavis
*/
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class TimeUnit extends android.icu.util.MeasureUnit {
TimeUnit() { throw new RuntimeException("Stub!"); }
/**
* @return the available values
*/
public static android.icu.util.TimeUnit[] values() { throw new RuntimeException("Stub!"); }
}