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