Searched refs:CHRONOS_BY_ID (Results 1 – 1 of 1) sorted by relevance
162 …private static final ConcurrentHashMap<String, Chronology> CHRONOS_BY_ID = new ConcurrentHashMap<>… field in AbstractChronology190 Chronology prev = CHRONOS_BY_ID.putIfAbsent(id, chrono); in registerChrono()216 if (CHRONOS_BY_ID.get("ISO") == null) { in initCache()322 Chronology chrono = CHRONOS_BY_ID.get(id); in of0()341 HashSet<Chronology> chronos = new HashSet<>(CHRONOS_BY_ID.values()); in getAvailableChronologies()