org.mklab.nfc.matrix
クラス IntUtil
java.lang.Object
org.mklab.nfc.matrix.IntUtil
public class IntUtil
- extends Object
整数に関するユーティリティクラスです。
- バージョン:
- $Revision: 1.9 $
- 作成者:
- Koga Laboratory
メソッドの概要 |
static String |
format(int value,
int formatLength)
整数を右詰の文字列に変換します。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntUtil
public IntUtil()
format
public static String format(int value,
int formatLength)
- 整数を右詰の文字列に変換します。
- パラメータ:
value
- 整数formatLength
- フォーマットで得られる文字列の長さ
- 戻り値:
- 右詰の文字列