Package 

Interface ZoneIdsProvider


  • 
    public interface ZoneIdsProvider
    
                        

    An interface for indicating available zone ids.

    • Method Summary

      Modifier and Type Method Description
      abstract String getVersionId() The timezone data version (e.g.
      abstract Collection<String> getZoneIds() A collection of zone IDs included in this data set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait