All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.cldrengine.internal.MetaZoneInfo Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.internal;


import com.squarespace.cldrengine.api.TimeZoneNameType;
import com.squarespace.cldrengine.api.MetaZoneType;

public class MetaZoneInfo {

  public final Vector2Arrow short_;
  public final Vector2Arrow long_;

  public MetaZoneInfo(
      Vector2Arrow short_,
      Vector2Arrow long_) {
    this.short_ = short_;
    this.long_ = long_;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy