Interface UnitFormatter

  • All Known Implementing Classes:
    BaseUnitFormatter

    public interface UnitFormatter
    An interface that is similar to UnitFormat but elides mutating methods.

    It is used to protect global or shared UnitFormat instances from being changed inadvertently.