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

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

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


import com.squarespace.cldrengine.api.PluralType;

public class DecimalFormats {

  public final FieldArrow standard;
  public final DigitsArrow short_;
  public final DigitsArrow long_;

  public DecimalFormats(
      FieldArrow standard,
      DigitsArrow short_,
      DigitsArrow long_) {
    this.standard = standard;
    this.short_ = short_;
    this.long_ = long_;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy