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

com.squarespace.cldrengine.decimal.DecimalFormatter Maven / Gradle / Ivy

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

public interface DecimalFormatter {

  void add(String c);
  T render();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy