概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
commons
b2007092301
前 次
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Z
A
ArgumentsUtil
- class org.phosphoresce.commons.util.
ArgumentsUtil
.
引数パラメータユーティリティクラス。
ArrayUtil
- class org.phosphoresce.commons.util.
ArrayUtil
.
配列に対する操作を行うメソッドを提供するクラス
add(CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークンを追加します。
add(int, CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたインデックス位置にCSVトークンを追加します。
add(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードを追加します。
add(int, CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたインデックス位置にCSVレコードを追加します。
add(Object[], Object)
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたオブジェクト配列に対してオブジェクトを追加します。
add(String[], String)
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたStringオブジェクト配列に対してStringオブジェクトを追加します。
add(int, StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたインデックスにStringMapオブジェクトを追加します。
add(StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
最終位置にStringMapオブジェクトを追加します。
add(Object)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
add(StringMap o)を使用する
add(String, File)
- class org.phosphoresce.commons.util.
ZipApacheUtil.ZipContainer
のメソッド
指定されたエントリファイル名でファイルを追加します。
add(String, File)
- class org.phosphoresce.commons.util.
ZipUtil.ZipContainer
のメソッド
指定されたエントリファイル名でファイルを追加します。
addAll(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVレコードを全て追加します。
addAll(int, CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVレコードを指定位置に全て追加します。
addAll(CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストを全て追加します。
addAll(int, CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストを指定位置に全て追加します。
addAll(StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたStringMapListオブジェクトを全て追加します。
addAll(int, StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたStringMapListオブジェクトを指定位置に全て追加します。
addAll(Collection)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
addAll(StringMapList c)を使用する
asResizableList(Object[])
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたオブジェクト配列をエレメントの追加削除が変更可能な リストオブジェクトとして取得します。
B
BYTE_LENGTH
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static 変数
入出力バイト長
BYTE_LENGTH
- class org.phosphoresce.commons.util.
ZipUtil
の static 変数
入出力バイト長
BooleanUtil
- class org.phosphoresce.commons.util.
BooleanUtil
.
真偽値に対する操作を行うメソッドを提供するクラス
binder(String, String[])
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列内の{#}に対してパラメータStringオブジェクト配列順に文字列を挿入して提供します。
bundleDecorate(String, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列に対して指定された装飾文字列を前後に付加して提供します。
C
CSVManager
- class org.phosphoresce.commons.csv.
CSVManager
.
CSV関連の管理インタフェースを提供するクラス。
CSVRecord
- class org.phosphoresce.commons.csv.
CSVRecord
.
CSVトークンをリストで保持するCSVレコードクラス。
CSVRecord()
- class org.phosphoresce.commons.csv.
CSVRecord
のコンストラクタ
コンストラクタ
CSVRecord(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のコンストラクタ
コンストラクタ
CSVRecordList
- class org.phosphoresce.commons.csv.
CSVRecordList
.
CSVレコード郡を保持するリストクラス。
CSVRecordList()
- class org.phosphoresce.commons.csv.
CSVRecordList
のコンストラクタ
コンストラクタ
CSVRecordList(CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のコンストラクタ
コンストラクタ
CSVToken
- class org.phosphoresce.commons.csv.
CSVToken
.
CSVトークンエレメント保持クラス。
CSVToken()
- class org.phosphoresce.commons.csv.
CSVToken
のコンストラクタ
コンストラクタ
CSVToken(String)
- class org.phosphoresce.commons.csv.
CSVToken
のコンストラクタ
コンストラクタ
clear()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
保持しているCSVトークンを全て削除します。
clear()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
保持しているCSVレコードを全て削除します。
clear()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
データをクリアします。
clear()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
エレメントを全てクリアします。
contains(CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークンが保持されているか判定します。
contains(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストが保持されているか判定します。
contains(Object[], Object)
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたオブジェクト配列ににオブジェクトが含まれるか判定します。
contains(StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたエレメントがリストに含まれているか判定します。
contains(Object)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
contains(StringMap o)を使用する
containsAll(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVレコード内容が全て保持されているか判定します。
containsAll(CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリスト内容が全て保持されているか判定します。
containsAll(StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたリストエレメントが全て含まれているか判定します。
containsAll(Collection)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
containsAll(StringMapList c)を使用する
containsKey(Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
containsKey(String key)を使用する
containsKey(String)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたキーが含まれるか判定します。
containsValue(Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
containsValue(String value)を使用する
containsValue(String)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定された値が含まれるか判定します。
copy(File, File)
- class org.phosphoresce.commons.util.
FileUtil
の static メソッド
指定されたファイルを指定されたファイルにコピーします。
countChar(String, char)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列内に含まれる指定文字の数を取得します。
create(File, ZipApacheUtil.ZipContainer)
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static メソッド
指定されたファイルに対してZipContainerオブジェクトの内容をエントリしてZipファイルを生成する。
create(File, ZipApacheUtil.ZipContainer, String)
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static メソッド
指定されたファイルに対してZipContainerオブジェクトの内容をエントリしてZipファイルを生成する。
create(File, ZipUtil.ZipContainer)
- class org.phosphoresce.commons.util.
ZipUtil
の static メソッド
指定されたファイルに対してZipContainerオブジェクトの内容をエントリしてZipファイルを生成する。
create(File, ZipUtil.ZipContainer, String)
- class org.phosphoresce.commons.util.
ZipUtil
の static メソッド
指定されたファイルに対してZipContainerオブジェクトの内容をエントリしてZipファイルを生成する。
createRecordList(String)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたCSV形式の文字列をCSVレコードリストオブジェクトとして提供します。
createRecordList(File)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたFileオブジェクトからCSV形式の文字列を読み込みCSVレコードリストオブジェクトとして提供します。
createRecordList(InputStream)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたInputStreamオブジェクトからCSV形式の文字列を読み込みCSVレコードリストオブジェクトとして提供します。
D
DEFAULT_CHARSET
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static 変数
ディフォルトキャラクタセット
DEFAULT_CHARSET
- class org.phosphoresce.commons.util.
ZipUtil
の static 変数
ディフォルトキャラクタセット
DEFAULT_FORMAT
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
ディフォルト日付書式
DEFAULT_JAVA_CHARSET
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
ディフォルトJavaキャラクタセット
DEFAULT_OUTPUTFILE_CHARSET
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
ディフォルト出力ファイルキャラクタセット
DateUtil
- class org.phosphoresce.commons.util.
DateUtil
.
共通日付ユーティリティクラス。
decode(String)
- class org.phosphoresce.commons.csv.
CSVToken
の static メソッド
指定されたCSVトークン文字列を通常の文字列に変換して提供します。
deepCopy(Serializable)
- class org.phosphoresce.commons.util.
ObjectUtil
の static メソッド
シリアライズインタフェースを実装されているオブジェクトのディープコピーを行います。
delete(File)
- class org.phosphoresce.commons.util.
FileUtil
の static メソッド
指定されたファイルオブジェクトを削除します。
E
EMPTY
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
空文字列
ExceptionUtil
- class org.phosphoresce.commons.util.
ExceptionUtil
.
例外ユーティリティクラス。
encode(String)
- class org.phosphoresce.commons.csv.
CSVToken
の static メソッド
指定された文字列をCSVトークンとしてのエレメント文字列に変換して提供します。
encode(String, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列(MS932を想定)を指定されたキャラクタセットにエンコードします。
entrySet()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
エントリSetを取得します。
equals(Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたオブジェクトが同一オブジェクトが判定します。
equals(Object)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
オブジェクトが同一オブジェクトか判定します。
escapeFilename(String, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列をファイル名として使用できる文字列に修正します。
expand(int)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたサイズまでトークンリストサイズを拡張します。
expand(int)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたサイズまでトークンリストサイズを拡張します。
F
FALSE
- class org.phosphoresce.commons.util.
BooleanUtil
の static 変数
真偽値 : 偽文字列
FALSE_0
- class org.phosphoresce.commons.util.
BooleanUtil
の static 変数
真偽値 : 偽文字
FORMAT_12HH
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:hh
FORMAT_24HH
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:HH
FORMAT_24HHcMM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:HH:mm
FORMAT_24HHcMMcSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:HH:mm:ss
FORMAT_24HHcMMcSSdSSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:HH:mm:ss.SSS
FORMAT_24HcM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:H:m
FORMAT_24HcMcS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:H:m:s
FORMAT_24HcMcSdS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:H:m:s.S
FORMAT_A
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:a
FORMAT_DD
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:dd
FORMAT_MI
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:mm
FORMAT_MM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:MM
FORMAT_SS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:ss
FORMAT_SSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:SSS
FORMAT_YYYY
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy
FORMAT_YYYYMMDD
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyyMMdd
FORMAT_YYYYMMDD24HHMMSSSSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyyMMddHHmmssSSS
FORMAT_YYYYMMDDu24HHMM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyyMMdd_HHmm
FORMAT_YYYYsMMsDD
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/MM/dd
FORMAT_YYYYsMMsDD_12HHcMMcSSdSSS_A
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/MM/dd hh:mm:ss.SSS a
FORMAT_YYYYsMMsDD_24HHcMM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/MM/dd HH:mm
FORMAT_YYYYsMMsDD_24HHcMMcSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/MM/dd HH:mm:ss
FORMAT_YYYYsMMsDD_24HHcMMcSSdSSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/MM/dd HH:mm:ss.SSS
FORMAT_YsMsD
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:y/M/d
FORMAT_YsMsD_12HHcMMcSSdSSS_A
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d hh:mm:ss.SSS a
FORMAT_YsMsD_12HcMcSdS_A
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d h:m:s.S a
FORMAT_YsMsD_24HHcMM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d HH:mm
FORMAT_YsMsD_24HHcMMcSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d HH:mm:ss
FORMAT_YsMsD_24HHcMMcSSdSSS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d HH:mm:ss.SSS
FORMAT_YsMsD_24HcM
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d H:m
FORMAT_YsMsD_24HcMcS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d H:m:s
FORMAT_YsMsD_24HcMcSdS
- class org.phosphoresce.commons.util.
DateUtil
の static 変数
日付書式:yyyy/M/d H:m:s.S
FileUtil
- class org.phosphoresce.commons.util.
FileUtil
.
ファイル関係ユーティリティクラス。
format(Date, String)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定された日付書式にあわせた日付文字列として日付情報を取得します。
format(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
ディフォルト日付書式にあわせた日付文字列として日付情報を取得します。
formatComma(long)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたlong値を数値カンマ形式に書式変換します。
formatComma(int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたint値を数値カンマ形式に書式変換します。
formatComma(BigDecimal)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたBigDecimalオブジェクトを数値カンマ形式に書式変換します。
formatCurrency(BigDecimal)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたBigDecimalオブジェクトを金額形式に書式変換します。
formatPassword(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字長分の*文字列を返却します。
formatPercent(Double, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたDoubleオブジェクトを指定された小数点以下桁数でパーセント表記文字列として取得します。
formatZeroFix(int, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値を指定桁数まで先頭に0を補完した文字列として返却します。
formatZeroFix(long, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値を指定桁数まで先頭に0を補完した文字列として返却します。
G
get(int)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたインデックスのCSVトークンを取得します。
get(int)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたインデックスのCSVレコードを取得します。
get(Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
get(String key)を使用する
get(String)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたキーで保持されている値を取得します。
get(int)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたインデックスのエレメントを取得します。
getArgument(String[], String, boolean)
- class org.phosphoresce.commons.util.
ArgumentsUtil
の static メソッド
指定されたオプションキー("-x")で指定されているパラメータを取得します。
getAutoIncrementFilename(String)
- class org.phosphoresce.commons.util.
FileUtil
の static メソッド
指定されたファイル名に[x]を付加してファイル名のインクリメントを行います。
getDay(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの日を取得します。
getDirectory(File)
- class org.phosphoresce.commons.util.
FileUtil
の static メソッド
getEncodedValue()
- class org.phosphoresce.commons.csv.
CSVToken
のメソッド
CSVトークン値としてエンコードされた値を取得します。
getHour(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの時を取得します。
getHour12(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの時(12時間表記)を取得します。
getIntValue(Properties, String)
- class org.phosphoresce.commons.util.
PropertiesUtil
の static メソッド
指定されたキーのプロパティ値をint型として取得します。
getLongValue(Properties, String)
- class org.phosphoresce.commons.util.
PropertiesUtil
の static メソッド
指定されたキーのプロパティ値をlong型として取得します。
getMilliSecond(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトのミリ秒を取得します。
getMinute(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの分を取得します。
getMonth(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの月を取得します。
getNowDate()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在のDateオブジェクトを取得します。
getNowDay()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の日(dd)を取得します。
getNowHour()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の時(HH)を取得します。
getNowHour12()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の時(hh)を取得します。
getNowMinute()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の分(mm)を取得します。
getNowMonth()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の月(MM)を取得します。
getNowYear()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の年(yyyy)を取得します。
getParent()
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
ルートケース例外オブジェクトを取得します。
getParent()
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
ルートケース例外オブジェクトを取得します。
getRecordValue()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
CSVレコードが提供するCSV文字列を取得します。
getSecond(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの秒を取得します。
getStackTraceValue()
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
スタックトレースをStringオブジェクトとして取得します。
getStackTraceValue()
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
スタックトレースをStringオブジェクトとして取得します。
getStackTraceValue(Throwable)
- class org.phosphoresce.commons.util.
ExceptionUtil
の static メソッド
指定されたThrowableオブジェクトのスタックトレースをStringオブジェクトとして取得します。
getStringValue(Properties, String)
- class org.phosphoresce.commons.util.
PropertiesUtil
の static メソッド
指定されたキーのプロパティ値を文字列として取得します。
getValue()
- class org.phosphoresce.commons.csv.
CSVToken
のメソッド
トークンエレメント値を取得します。
getYear(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトの年を取得します。
H
hasArgument(String[], String, boolean)
- class org.phosphoresce.commons.util.
ArgumentsUtil
の static メソッド
指定されたオプションキー("-x")が指定されているか判別します。
hasNext()
- class org.phosphoresce.commons.util.
StringIterator
のメソッド
次エレメントが存在するか判定します。
hasNext()
- class org.phosphoresce.commons.util.
StringMapIterator
のメソッド
次エレメントが存在するか判定します。
hasParent()
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
ルートケース例外を保持するか判定します。
hasParent()
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
ルートケース例外を保持するか判定します。
hashCode()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
ハッシュコードを取得します。
hashCode()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
ハッシュコードを取得します。
I
indexOf(CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークン位置を取得します。
indexOf(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコード位置を取得します。
indexOf(StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたエレメントのインデックスを取得します。
isAM(Date)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定されたDateオブジェクトが午前の時間であるか判定します。
isAMAtNow()
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
現在の時間が午前であるか判定します。
isAlphaNumeric(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が英数字のみで構成された文字列か判定します。
isAlphaNumeric(String, char[])
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が英数字のみで構成された文字列か判定します。
isAlphabet(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が英字のみで構成された文字列か判定します。
isAscii(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が全て半角文字で構成されているか判定します。
isAscii(char)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字が半角文字か判定します。
isDigit(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が数字として扱えるか判定します。
isEmpty()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
レコードがCSVトークンを保持せず空であるか判定します。
isEmpty()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
CSVレコードリストが空であるか判定します。
isEmpty()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
オブジェクトが空か判定します。
isEmpty()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
リストが空かどうか判定します。
isEmpty(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
文字列が空であるか判定します。
isInLenghtByte(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が指定されたバイト長範囲内にあるか判定します。
isInLenghtByte(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が指定されたバイト長範囲内にあるか判定します。
isInLength(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が指定された文字長(文字数)内にあるか判定します。
isLessThanJavaVersion(int)
- class org.phosphoresce.commons.util.
JavaUtil
の static メソッド
実行されているJavaバージョンが指定されたバージョン未満であるか判定します。
isNumeric(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が数字のみで構成された文字列か判定します。
isNumeric(String, char[])
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列が数字のみで構成された文字列か判定します。
isValidityDateStringValue(String, String)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
文字列が指定された書式からDateオブジェクトと出来る有効な 文字列であるかどうか判定します。
isValidityDateStringValue(String, DateFormat)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
文字列が指定されたDateFormatオブジェクトからDateオブジェクトと出来る有効な 文字列であるかどうか判定します。
isValidityDateStringValue(String)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
ディフォルトの書式で文字列がDateオブジェクトと出来る有効な 文字列であるかどうか判定します。
isValidityEncode(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたキャラクタセットが有効なキャラクタセット文字列か判定します。
iterator()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
CSVレコードイテレータを取得します。
iterator()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
CSVレコードリストイテレータを取得します。
iterator()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
recordIterator()を使用する
J
JavaUtil
- class org.phosphoresce.commons.util.
JavaUtil
.
Javaランタイム関連に関するユーティリティクラス。
K
keyIterator()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
保持されているキーのIteratorオブジェクトを取得します。
keySet()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
キーSetを取得します。
L
lastIndexOf(CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークンの最終出現位置を取得します。
lastIndexOf(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードの最終出現位置を取得します。
lastIndexOf(StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたエレメントの最終インデックスを取得します。
left(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を左から指定された長さで抽出して取得します。
leftb(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を左から指定されたバイト長で抽出して取得します。
leftb(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を左から指定されたバイト長で抽出して取得します。
len(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列の文字長を取得します。
lenb(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列のバイト長を取得します。
lenb(String, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列のバイト長を取得します。
length(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列の文字長を取得します。
listIterator()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
CSVトークンリスト内の要素を適切な順序で繰り返し処理する反復子を取得します。
listIterator(int)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
リスト内の要素を適切な順序で繰り返し処理する、リスト内の指定された位置から開始する反復子を取得します。
listIterator()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
CSVレコードリスト内の要素を適切な順序で繰り返し処理する反復子を取得します。
listIterator(int)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
リスト内の要素を適切な順序で繰り返し処理する、リスト内の指定された位置から開始する反復子を取得します。
listIterator()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
recordIterator()を使用する
listIterator(int)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
recordIterator()を使用する
M
mid(String, int, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を指定されたインデックスの開始、終了の範囲で抽出して取得します。
midb(String, int, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を指定されたバイトインデックスの開始、終了の範囲で抽出して取得します。
midb(String, int, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を指定されたバイトインデックスの開始、終了の範囲で抽出して取得します。
N
NEWLINE
- class org.phosphoresce.commons.csv.
CSVToken
の static 変数
CSVトークン改行文字
NEWLINE_CODE_CR
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
改行コード(CR)
NEWLINE_CODE_CRLF
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
改行コード(CR+LF)
NEWLINE_CODE_LF
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
改行コード(LF)
next()
- class org.phosphoresce.commons.util.
StringIterator
のメソッド
推奨されていません。
nextString()を使用する
next()
- class org.phosphoresce.commons.util.
StringMapIterator
のメソッド
推奨されていません。
nextRecord()を使用する
nextRecord()
- class org.phosphoresce.commons.util.
StringMapIterator
のメソッド
次エレメントをStringオブジェクトとして取得します。
nextString()
- class org.phosphoresce.commons.util.
StringIterator
のメソッド
次エレメントをStringオブジェクトとして取得します。
O
ObjectUtil
- class org.phosphoresce.commons.util.
ObjectUtil
.
オブジェクトに対する操作を行うメソッドを提供するクラス
org.phosphoresce.commons.csv
- package org.phosphoresce.commons.csv
org.phosphoresce.commons.exception
- package org.phosphoresce.commons.exception
org.phosphoresce.commons.util
- package org.phosphoresce.commons.util
P
PropertiesUtil
- class org.phosphoresce.commons.util.
PropertiesUtil
.
プロパティファイル操作におけるユーティリティクラス。
parse(String, String)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定された日付書式で記述された日付文字列をDateオブジェクトに変換します。
parse(String, String[])
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
指定された日付書式で記述された日付文字列をDateオブジェクトに変換します。
parse(String)
- class org.phosphoresce.commons.util.
DateUtil
の static メソッド
ディフォルト日付書式で記述された日付文字列をDateオブジェクトに変換します。
parseBigDecimal(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値文字列をBigDecimal型に変換します。
parseBoolean(String)
- class org.phosphoresce.commons.util.
BooleanUtil
の static メソッド
指定された文字列をBooleanオブジェクトに変換して提供します。
parseBooleanValue(String)
- class org.phosphoresce.commons.util.
BooleanUtil
の static メソッド
指定された文字列をboolean型に変換して提供します。
parseCurrency(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
\###,###,###形式文字列をBigDecimalオブジェクトとして取得します。
parseInteger(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値文字列をInteger型に変換します。
parseLong(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値文字列をLong型に変換します。
parsePrimitiveInt(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値文字列をintに変換します。
parsePrimitiveLong(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された数値文字列をlongに変換します。
printProperties()
- class org.phosphoresce.commons.util.
JavaUtil
の static メソッド
システムプロパティの内容をシステムOutputStreamに対してトレースします。
printStackTrace()
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
標準の出力先に対してスタックトレースを出力します。
printStackTrace(PrintStream)
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
指定されたPrintStreamオブジェクトに対してスタックトレースを出力します。
printStackTrace(PrintWriter)
- class org.phosphoresce.commons.exception.
RootHoldingException
のメソッド
指定されたPrintWriterオブジェクトに対してスタックトレースを出力します。
printStackTrace()
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
標準の出力先に対してスタックトレースを出力します。
printStackTrace(PrintStream)
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
指定されたPrintStreamオブジェクトに対してスタックトレースを出力します。
printStackTrace(PrintWriter)
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のメソッド
指定されたPrintWriterオブジェクトに対してスタックトレースを出力します。
put(Object, Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
put(String key, String value)を使用する
put(String, String)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたキーで値を設定します。
putAll(Map)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
putAll(StringMap t)を使用する
putAll(StringMap)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたStringMapオブジェクトを全て設定します。
Q
QUOTE
- class org.phosphoresce.commons.csv.
CSVToken
の static 変数
CSVトークンクォート文字
R
RootHoldingException
- exception org.phosphoresce.commons.exception.
RootHoldingException
.
例外要因オブジェクトを保持する例外拡張クラス。
RootHoldingException()
- class org.phosphoresce.commons.exception.
RootHoldingException
のコンストラクタ
コンストラクタ
RootHoldingException(Throwable)
- class org.phosphoresce.commons.exception.
RootHoldingException
のコンストラクタ
コンストラクタ
RootHoldingException(String, Throwable)
- class org.phosphoresce.commons.exception.
RootHoldingException
のコンストラクタ
コンストラクタ
RootHoldingException(String)
- class org.phosphoresce.commons.exception.
RootHoldingException
のコンストラクタ
コンストラクタ
RootHoldingRuntimeException
- exception org.phosphoresce.commons.exception.
RootHoldingRuntimeException
.
例外要因オブジェクトを保持するランタイム例外拡張クラス。
RootHoldingRuntimeException()
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のコンストラクタ
コンストラクタ
RootHoldingRuntimeException(Throwable)
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のコンストラクタ
コンストラクタ
RootHoldingRuntimeException(String, Throwable)
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のコンストラクタ
コンストラクタ
RootHoldingRuntimeException(String)
- class org.phosphoresce.commons.exception.
RootHoldingRuntimeException
のコンストラクタ
コンストラクタ
recordIterator()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
イテレータオブジェクトを取得します。
remove(CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークンを削除します。
remove(int)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたインデックスのCSVトークンを削除します。
remove(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストを削除します。
remove(int)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたインデックスのCSVレコードを削除します。
remove(Object[], Object)
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたオブジェクト配列に対してオブジェクトの除去をします。
remove(String[], String)
- class org.phosphoresce.commons.util.
ArrayUtil
の static メソッド
指定されたStringオブジェクト配列に対してStringオブジェクトの除去をします。
remove()
- class org.phosphoresce.commons.util.
StringIterator
のメソッド
エレメントをクリアします。
remove(Object)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
推奨されていません。
remove(String key)
remove(String)
- class org.phosphoresce.commons.util.
StringMap
のメソッド
指定されたキーで保持されている値を削除します。
remove()
- class org.phosphoresce.commons.util.
StringMapIterator
のメソッド
エレメントをクリアします。
remove(int)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定インデックスのエレメントを削除します。
remove(StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたエレメントを削除します。
remove(Object)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
remove(StringMap o)を使用する
removeAll(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVレコードに格納されているすべての要素をリストから削除します。
removeAll(CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストに格納されているすべての要素をリストから削除します。
removeAll(StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたリストに含まれるエレメントを全て削除します。
removeAll(Collection)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
removeAll(StringMapList c)を使用する
renameWithDatePostfix(String)
- class org.phosphoresce.commons.util.
FileUtil
の static メソッド
指定されたファイルが存在する場合、日付をポストフィクスとして付加し退避します。
renderHTML(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された通常文字列をHTML形式に合わせた文字列として提供します。
renderMD5Hash(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列のMD5ハッシュコードを提供します。
replace(String, String, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列の置換を行い、その結果を取得します。
retainAll(CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたCSVトークンリストに格納されている要素のみを残してリストを編集します。
retainAll(CSVRecordList)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたCSVレコードリストリストに格納されている要素のみを残してリストを編集します。
retainAll(StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたコレクションに格納されている要素だけがリスト内に含まれるようにします (任意のオペレーション)。
retainAll(Collection)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
retainAll(StringMapList c)を使用する
reverse(String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を全て逆順に並べなおして提供します。
right(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を右から指定された長さで抽出して取得します。
rightb(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を右から指定されたバイト長で抽出して取得します。
rightb(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定された文字列を右から指定されたバイト長で抽出して取得します。
S
SEPARATOR
- class org.phosphoresce.commons.csv.
CSVToken
の static 変数
CSVトークン区切り文字
SIGNS
- class org.phosphoresce.commons.util.
StringUtil
の static 変数
半角記号文字列
StringIterator
- class org.phosphoresce.commons.util.
StringIterator
.
Stringオブジェクトのみのイテレート処理を行う為のIteratorラッピングクラス
StringIterator(Iterator)
- class org.phosphoresce.commons.util.
StringIterator
のコンストラクタ
コンストラクタ
StringMap
- class org.phosphoresce.commons.util.
StringMap
.
Mapエレメントを全て文字列として保持するクラス
インタフェースを制限する為、Mapインタフェースを実装するが直接 そのメソッドを使用することは推奨せずラップしたメソッドを使用すること。
StringMap()
- class org.phosphoresce.commons.util.
StringMap
のコンストラクタ
コンストラクタ
StringMap(int, float, boolean)
- class org.phosphoresce.commons.util.
StringMap
のコンストラクタ
コンストラクタ
StringMap(int, float)
- class org.phosphoresce.commons.util.
StringMap
のコンストラクタ
コンストラクタ
StringMap(int)
- class org.phosphoresce.commons.util.
StringMap
のコンストラクタ
コンストラクタ
StringMap(StringMap)
- class org.phosphoresce.commons.util.
StringMap
のコンストラクタ
コンストラクタ
StringMapIterator
- class org.phosphoresce.commons.util.
StringMapIterator
.
StringMapオブジェクトのみのイテレート処理を行う為のIteratorラッピングクラス
StringMapIterator(Iterator)
- class org.phosphoresce.commons.util.
StringMapIterator
のコンストラクタ
コンストラクタ
StringMapList
- class org.phosphoresce.commons.util.
StringMapList
.
文字列のみを保持しているMapオブジェクトのリストオブジェクト
StringMapList()
- class org.phosphoresce.commons.util.
StringMapList
のコンストラクタ
コンストラクタ
StringMapList(StringMapList)
- class org.phosphoresce.commons.util.
StringMapList
のコンストラクタ
コンストラクタ
StringUtil
- class org.phosphoresce.commons.util.
StringUtil
.
文字列に対する操作を行うメソッドを提供するクラス
save(CSVRecordList, String)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたファイルパスに対してCSVRecordListオブジェクトの内容を出力します。
save(CSVRecordList, File)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたFileオブジェクトに対してCSVRecordListオブジェクトの内容を出力します。
save(CSVRecordList, OutputStream)
- class org.phosphoresce.commons.csv.
CSVManager
の static メソッド
指定されたOutputStreamオブジェクトに対してCSVRecordListオブジェクトの内容を出力します。
set(int, CSVToken)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたインデックスに対してCSVトークンを設定します。
set(int, CSVRecord)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたインデックスに対してCSVレコードを設定します。
set(int, StringMap)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたインデックスにエレメントを追加します。
setValue(String)
- class org.phosphoresce.commons.csv.
CSVToken
のメソッド
トークンエレメント値を設定します。
size()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
保持しているCSVトークン数を取得します。
size()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
保持しているCSVレコード数を取得します。
size()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
サイズを取得します。
size()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
リストサイズを取得します。
subList(int, int)
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
指定されたインデックス範囲のCSVレコードを取得します。
subList(int, int)
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
指定されたインデックス範囲のCSVレコードリストを取得します。
subList(int, int)
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
指定されたインデックス範囲のリストを取得します。
substrb(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定したバイト長で文字列をカットして提供します。
substrb(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定したバイト長で文字列をカットして提供します。
supplementByteWithChar(String, int, String, char, boolean)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列に文字を補完する。
supplementByteWithChar(String, int, char, boolean)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列に文字を補完する。
supplementByteWithSpaceFoot(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の最後にスペースを補完する。
supplementByteWithSpaceFoot(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の最後にスペースを補完する。
supplementByteWithSpaceHead(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の先頭にスペースを補完する。
supplementByteWithSpaceHead(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の先頭にスペースを補完する。
supplementByteWithZeroFoot(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の最後に0を補完する。
supplementByteWithZeroFoot(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の最後に0を補完する。
supplementByteWithZeroHead(String, int, String)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の先頭に0を補完する。
supplementByteWithZeroHead(String, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたバイト長になるまで与えられた文字列の先頭に0を補完する。
T
TRUE
- class org.phosphoresce.commons.util.
BooleanUtil
の static 変数
真偽値 : 真文字列
TRUE_1
- class org.phosphoresce.commons.util.
BooleanUtil
の static 変数
真偽値 : 真文字
toArray()
- class org.phosphoresce.commons.csv.
CSVRecord
のメソッド
保持しているCSVトークンを配列として取得します。
toArray()
- class org.phosphoresce.commons.csv.
CSVRecordList
のメソッド
保持しているCSVレコードを配列として取得します。
toArray(Object[])
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
toStringMapArray(StringMap[] a)を使用する
toArray()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
推奨されていません。
toStringMapArray()を使用する
toHexString(byte)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたbyteを16進数で提供します。
toHexString(byte[])
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたbyte配列を16進数で提供します。
toString()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
オブジェクトを文字列として取得します。
toStringMapArray()
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
StringMapオブジェクト配列として取得します。
toStringMapArray(StringMap[])
- class org.phosphoresce.commons.util.
StringMapList
のメソッド
StringMapオブジェクト配列として取得します。
U
unzip(File, File)
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static メソッド
指定されたZipファイルを指定されたディレクトリに対して解凍します。
unzip(File)
- class org.phosphoresce.commons.util.
ZipApacheUtil
の static メソッド
指定されたZipファイルをカレントディレクトリに対して解凍します。
unzip(File, File)
- class org.phosphoresce.commons.util.
ZipUtil
の static メソッド
指定されたZipファイルを指定されたディレクトリに対して解凍します。
unzip(File)
- class org.phosphoresce.commons.util.
ZipUtil
の static メソッド
指定されたZipファイルをカレントディレクトリに対して解凍します。
V
valueIterator()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
保持されている値のIteratorオブジェクトを取得します。
valueOf(Object)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたオブジェクトをStringオブジェクトとして取得します。
valueOf(boolean)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(char)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(char[])
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(char[], int, int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(double)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(float)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(int)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
valueOf(long)
- class org.phosphoresce.commons.util.
StringUtil
の static メソッド
指定されたプリミティブ変数をStringオブジェクトとして取得します。
values()
- class org.phosphoresce.commons.util.
StringMap
のメソッド
設定されている値をCollectionオブジェクトとして取得します。
Z
ZipApacheUtil
- class org.phosphoresce.commons.util.
ZipApacheUtil
.
Zipファイル操作ユーティリティクラス。
ZipApacheUtil.ZipContainer
- class org.phosphoresce.commons.util.
ZipApacheUtil.ZipContainer
.
Zipファイル作成時のリソース保持クラス
ZipApacheUtil.ZipContainer()
- class org.phosphoresce.commons.util.
ZipApacheUtil.ZipContainer
のコンストラクタ
コンストラクタ
ZipUtil
- class org.phosphoresce.commons.util.
ZipUtil
.
Zipファイル操作ユーティリティクラス。
ZipUtil.ZipContainer
- class org.phosphoresce.commons.util.
ZipUtil.ZipContainer
.
Zipファイル作成時のリソース保持クラス
ZipUtil.ZipContainer()
- class org.phosphoresce.commons.util.
ZipUtil.ZipContainer
のコンストラクタ
コンストラクタ
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Z
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
commons
b2007092301
前 次
フレームあり
フレームなし
すべてのクラス