Interface QuantityFormat


public interface QuantityFormat
Formats instances of Quantity.
Synchronization
Instances of this class are not required to be thread-safe. It is recommended to use separate format instances for each thread. If multiple threads access a format concurrently, it must be synchronized externally.
Since:
2.0
Version:
1.0, 3 July, 2020
Author:
Werner Keil, Thodoris Bais
See Also:
Quantity