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 void
clear()
boolean
containsId(String id)
VTimeZone
getTimezone(String id)
boolean
putIfAbsent(String id, VTimeZone timeZone)
-
-
-
Method Detail
-
getTimezone
public VTimeZone getTimezone(String id)
- Specified by:
getTimezone
in interfaceTimeZoneCache
-
putIfAbsent
public boolean putIfAbsent(String id, VTimeZone timeZone)
- Specified by:
putIfAbsent
in interfaceTimeZoneCache
-
containsId
public boolean containsId(String id)
- Specified by:
containsId
in interfaceTimeZoneCache
-
clear
public void clear()
- Specified by:
clear
in interfaceTimeZoneCache
-
-