|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.joda.time.tz.UTCProvider
Simple time zone provider that supports only UTC.
UTCProvider is thread-safe and immutable.
Constructor Summary | |
UTCProvider()
Constructor. |
Method Summary | |
Set |
getAvailableIDs()
Returns a singleton collection containing only "UTC" . |
DateTimeZone |
getZone(String id)
Returns UTC for "UTC" , null
otherwise. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UTCProvider()
Method Detail |
public DateTimeZone getZone(String id)
UTC
for "UTC"
, null
otherwise.
getZone
in interface Provider
public Set getAvailableIDs()
"UTC"
.
getAvailableIDs
in interface Provider
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |