org.mklab.nfc.matrix
クラス BooleanUtil

java.lang.Object
  上位を拡張 org.mklab.nfc.matrix.BooleanUtil

public class BooleanUtil
extends Object

booleanに関するユーティリティクラスです。

バージョン:
$Revision: 1.7 $
作成者:
Koga Laboratory

コンストラクタの概要
BooleanUtil()
           
 
メソッドの概要
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)