パッケージ | 説明 |
---|---|
java.text |
テキスト、日付、数値、およびメッセージを自然言語に依存しない方法で処理するためのクラスとインタフェースを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
static NumberFormat.Field |
NumberFormat.Field.CURRENCY
通貨のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.DECIMAL_SEPARATOR
区切り文字のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.EXPONENT
指数のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.EXPONENT_SIGN
指数符号のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.EXPONENT_SYMBOL
指数記号のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.FRACTION
小数のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.GROUPING_SEPARATOR
グループ区切り子のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.INTEGER
整数のフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.PERCENT
パーセントのフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.PERMILLE
パーミルのフィールドを識別する定数です。
|
static NumberFormat.Field |
NumberFormat.Field.SIGN
符号のフィールドを識別する定数です。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.