Searched defs:CalendarSystem (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
H A DCalendarSystem.java39 * <code>CalendarSystem</code> is an abstract class that defines the
42 * <p><code>CalendarSystem</code> instances are singletons. For
49 * <p>For the methods in a <code>CalendarSystem</code> that manipulate
51 * been created by the <code>CalendarSystem</code> must be
74 public abstract class CalendarSystem { class
84 // Map of calendar names and CalendarSystem instances
85 private static final ConcurrentMap<String, CalendarSystem> calendars =
115 synchronized (CalendarSystem.class) {
139 * Returns a <code>CalendarSystem</code> specified by the calendar
144 * @return the <code>CalendarSystem</cod
[all...]

Completed in 153 milliseconds