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

com.ibm.icu.number.SimpleNotation Maven / Gradle / Ivy

There is a newer version: 2.12.15
Show newest version
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
package com.ibm.icu.number;

/**
 * A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
 *
 * 

* This class exposes no public functionality. To create a SimpleNotation, use one of the factory methods * in {@link Notation}. * * @draft ICU 60 * @provisional This API might change or be removed in a future release. * @see NumberFormatter */ public class SimpleNotation extends Notation { /* package-private */ SimpleNotation() { } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy