Package net.fortuna.ical4j.util
Class MapTimeZoneCache
- java.lang.Object
-
- net.fortuna.ical4j.util.MapTimeZoneCache
-
- All Implemented Interfaces:
TimeZoneCache
public class MapTimeZoneCache extends Object implements TimeZoneCache
-
-
Constructor Summary
Constructors Constructor Description MapTimeZoneCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsId(String id)VTimeZonegetTimezone(String id)booleanputIfAbsent(String id, VTimeZone timeZone)
-
-
-
Method Detail
-
getTimezone
public VTimeZone getTimezone(String id)
- Specified by:
getTimezonein interfaceTimeZoneCache
-
putIfAbsent
public boolean putIfAbsent(String id, VTimeZone timeZone)
- Specified by:
putIfAbsentin interfaceTimeZoneCache
-
containsId
public boolean containsId(String id)
- Specified by:
containsIdin interfaceTimeZoneCache
-
clear
public void clear()
- Specified by:
clearin interfaceTimeZoneCache
-
-