Searched refs:excludedIDs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java838 private volatile static SoftReference<List<String>> excludedIDs = null; field in class:ZoneInfoFile
854 SoftReference<List<String>> cache = excludedIDs;
897 excludedIDs = new SoftReference<List<String>>(excludeList);

Completed in 312 milliseconds