| |
|
| java.lang.Object org.joda.time.DateTimeZone org.joda.time.tz.CachedDateTimeZone
CachedDateTimeZone | public class CachedDateTimeZone extends DateTimeZone (Code) | | Improves the performance of requesting time zone offsets and name keys by
caching the results. Time zones that have simple rules or are fixed should
not be cached, as it is unlikely to improve performance.
CachedDateTimeZone is thread-safe and immutable.
author: Brian S O'Neill since: 1.0 |
getOffset | public int getOffset(long instant)(Code) | | |
getStandardOffset | public int getStandardOffset(long instant)(Code) | | |
getUncachedZone | public DateTimeZone getUncachedZone()(Code) | | Returns the DateTimeZone being wrapped.
|
hashCode | public int hashCode()(Code) | | |
isFixed | public boolean isFixed()(Code) | | |
nextTransition | public long nextTransition(long instant)(Code) | | |
previousTransition | public long previousTransition(long instant)(Code) | | |
|
|
|