概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
D
DATETIME_FORMAT
- class shohaku.core.helpers.
HCnv
の static 変数
デフォルトの日時とミリ秒のフォーマット。
DATETIME_FORMAT
- class shohaku.core.helpers.
HFmt
の static 変数
デフォルトの日時とミリ秒のフォーマット。
DATETIME_FORMAT
- class shohaku.core.helpers.
HValid
の static 変数
デフォルトの日時とミリ秒のフォーマット。
DATETIME_FORMAT_LIST
- class shohaku.core.helpers.
HCnv
の static 変数
デフォルトで有効な日付フォーマットの配列。
DATETIME_FORMAT_LIST
- class shohaku.core.helpers.
HFmt
の static 変数
デフォルトで有効な日付フォーマットの配列。
DATETIME_FORMAT_LIST
- class shohaku.core.helpers.
HValid
の static 変数
デフォルトで有効な日付フォーマットの配列。
DEFAULT_CHARSET
- class shohaku.core.util.
XProperties
の static 変数
デフォルトで使用する文字セット(ISO 8859-1).
DEFAULT_REPETITION_LIMIT
- class shohaku.core.util.debug.
DumpStream
の static 変数
反復処理を行う要素数のデフォルトの上限値。
DebugLogFeatureFactory
- class shohaku.core.lang.feature.impl.
DebugLogFeatureFactory
.
shohaku.core.util.debug.Dump を出力先とする、ログオブジェクトのファクトリを提供します。
DebugLogFeatureFactory()
- class shohaku.core.lang.feature.impl.
DebugLogFeatureFactory
のコンストラクタ
DecoratedCollection
- class shohaku.core.collections.decorator.
DecoratedCollection
.
指定されたコレクションを装飾するビューを提供します。
DecoratedCollection(Collection)
- class shohaku.core.collections.decorator.
DecoratedCollection
のコンストラクタ
ラップするコレクションを指定して初期化します。
DecoratedIterator
- class shohaku.core.collections.decorator.
DecoratedIterator
.
指定された反復子を装飾するビューを提供します。
DecoratedIterator(Iterator)
- class shohaku.core.collections.decorator.
DecoratedIterator
のコンストラクタ
ラップする反復子を指定して初期化します。
DecoratedList
- class shohaku.core.collections.decorator.
DecoratedList
.
指定されたリストを装飾するビューを提供します。
DecoratedList(List)
- class shohaku.core.collections.decorator.
DecoratedList
のコンストラクタ
ラップするリストを指定して初期化します。
DecoratedListIterator
- class shohaku.core.collections.decorator.
DecoratedListIterator
.
指定されたリスト反復子を装飾するビューを提供します。
DecoratedListIterator(ListIterator)
- class shohaku.core.collections.decorator.
DecoratedListIterator
のコンストラクタ
ラップするリスト反復子を指定して初期化します。
DecoratedMap
- class shohaku.core.collections.decorator.
DecoratedMap
.
指定されたマップを装飾するビューを提供します。
DecoratedMap(Map)
- class shohaku.core.collections.decorator.
DecoratedMap
のコンストラクタ
ラップするマップを指定して初期化します。
DecoratedMapEntry
- class shohaku.core.collections.decorator.
DecoratedMapEntry
.
指定されたマップエントリを装飾するビューを提供します。
DecoratedMapEntry(Map.Entry)
- class shohaku.core.collections.decorator.
DecoratedMapEntry
のコンストラクタ
ラップするマップエントリを指定して初期化します。
DecoratedMapEntrySet
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
.
指定されたマップエントリのセットを装飾するビューを提供します。
DecoratedMapEntrySet(Set)
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
のコンストラクタ
ラップするマップエントリのセットを指定して初期化します。
DecoratedRandomAccessList
- class shohaku.core.collections.decorator.
DecoratedRandomAccessList
.
指定されたランダムアクセスをサポートするリストを装飾するビューを提供します。
DecoratedRandomAccessList(List)
- class shohaku.core.collections.decorator.
DecoratedRandomAccessList
のコンストラクタ
ラップするランダムアクセスリストを指定して初期化します。
DecoratedSet
- class shohaku.core.collections.decorator.
DecoratedSet
.
指定されたセットを装飾するビューを提供します。
DecoratedSet(Set)
- class shohaku.core.collections.decorator.
DecoratedSet
のコンストラクタ
ラップするセットを指定して初期化します。
DecoratedSortedMap
- class shohaku.core.collections.decorator.
DecoratedSortedMap
.
指定されたソートマップを装飾するビューを提供します。
DecoratedSortedMap(SortedMap)
- class shohaku.core.collections.decorator.
DecoratedSortedMap
のコンストラクタ
ラップするマップを指定して初期化します。
DecoratedSortedSet
- class shohaku.core.collections.decorator.
DecoratedSortedSet
.
指定されたソートセットを装飾するビューを提供します。
DecoratedSortedSet(SortedSet)
- class shohaku.core.collections.decorator.
DecoratedSortedSet
のコンストラクタ
ラップするセットを指定して初期化します。
DefaultFeatureFactory
- class shohaku.core.lang.feature.impl.
DefaultFeatureFactory
.
shohaku.core.lang.feature.FeatureFactory のデフォルト実装を提供します。
DefaultFeatureFactory(Map)
- class shohaku.core.lang.feature.impl.
DefaultFeatureFactory
のコンストラクタ
初期化パラメータから各機能を生成して初期化します。
DefaultResourceLoader
- class shohaku.core.lang.feature.impl.
DefaultResourceLoader
.
リソースを読込む機能のデフォルト実装を提供します。
DefaultResourceLoader()
- class shohaku.core.lang.feature.impl.
DefaultResourceLoader
のコンストラクタ
DefaultTypeTransformer
- class shohaku.core.beans.
DefaultTypeTransformer
.
TypeTransformer のデフォルト実装を提供します。
DefaultTypeTransformer()
- class shohaku.core.beans.
DefaultTypeTransformer
のコンストラクタ
空のエントリで初期化します。
Dump
- class shohaku.core.util.debug.
Dump
.
標準出力ストリームへ出力する DumpStream を使用した System.out の拡張機能を提供します。
Dump()
- class shohaku.core.util.debug.
Dump
のコンストラクタ
DumpStream
- class shohaku.core.util.debug.
DumpStream
.
デバック文を出力する拡張プリントストリームを提供します。
DumpStream()
- class shohaku.core.util.debug.
DumpStream
のコンストラクタ
標準の出力ストリームを出力先として初期化します。
DumpStream(boolean)
- class shohaku.core.util.debug.
DumpStream
のコンストラクタ
標準の出力ストリームを出力先として初期化します。
DumpStream(OutputStream, boolean)
- class shohaku.core.util.debug.
DumpStream
のコンストラクタ
指定された出力ストリームを出力先として初期化します。
debug(Object)
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
ログを出力します。
debug(Object, Throwable)
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
ログを出力します。
decodePropertiesEscapes(CharSequence)
- class shohaku.core.helpers.
HCoder
の static メソッド
プロパティ用の Unicode escapes の文字表現を文字列へ変換して返却します。
decodeUnicodeEscapes(CharSequence)
- class shohaku.core.helpers.
HCoder
の static メソッド
Unicode escapes の文字表現を文字列へ変換して返却します。
decorateEntry(Map.Entry)
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
のメソッド
Map.Entry を装飾して返却します。
decrement()
- class shohaku.core.lang.
VariableByte
のメソッド
格納される変数に対して値 1 を減分します。
decrement()
- class shohaku.core.lang.
VariableDouble
のメソッド
格納される変数に対して値 1 を減分します。
decrement()
- class shohaku.core.lang.
VariableFloat
のメソッド
格納される変数に対して値 1 を減分します。
decrement()
- class shohaku.core.lang.
VariableInteger
のメソッド
格納される変数に対して値 1 を減分します。
decrement()
- class shohaku.core.lang.
VariableLong
のメソッド
格納される変数に対して値 1 を減分します。
decrement()
- class shohaku.core.lang.
VariableShort
のメソッド
格納される変数に対して値 1 を減分します。
deepEquals(Object, Object)
- class shohaku.core.util.debug.
DumpStream
の static メソッド
厳密な同一性比較を行う。
defaults
- class shohaku.core.util.
XProperties
の変数
デフォルトプロパティを保管します。
deleteEscapeChar(String)
- class shohaku.core.util.
XProperties
のメソッド
エスケープシーケンス文字を削除した文字列を返却します。
destroy(Object)
- interface shohaku.core.beans.dynamic.
BeanFactory
のメソッド
インスタンスを破棄する処理を実行します。
destroy(Object)
- class shohaku.core.beans.dynamic.
PrototypeBeanFactory
のメソッド
destroy(Object)
- class shohaku.core.beans.dynamic.
SingletonBeanFactory
のメソッド
destroy(Object)
- interface shohaku.core.lang.
ObjectCreationProxy
のメソッド
インスタンスを破棄する処理を実行します。
destroyInstance(Object)
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
指定されたインスタンスに対して破棄処理を実行します。
divide(byte)
- class shohaku.core.lang.
VariableByte
のメソッド
格納される変数に対して引数を除算します。
divide(double)
- class shohaku.core.lang.
VariableDouble
のメソッド
格納される変数に対して引数を除算します。
divide(float)
- class shohaku.core.lang.
VariableFloat
のメソッド
格納される変数に対して引数を除算します。
divide(int)
- class shohaku.core.lang.
VariableInteger
のメソッド
格納される変数に対して引数を除算します。
divide(long)
- class shohaku.core.lang.
VariableLong
のメソッド
格納される変数に対して引数を除算します。
divide(short)
- class shohaku.core.lang.
VariableShort
のメソッド
格納される変数に対して引数を除算します。
doubleValue()
- class shohaku.core.lang.
VariableByte
のメソッド
double で返却します。
doubleValue()
- class shohaku.core.lang.
VariableDouble
のメソッド
double で返却します。
doubleValue()
- class shohaku.core.lang.
VariableFloat
のメソッド
double で返却します。
doubleValue()
- class shohaku.core.lang.
VariableInteger
のメソッド
double で返却します。
doubleValue()
- class shohaku.core.lang.
VariableLong
のメソッド
double で返却します。
doubleValue()
- interface shohaku.core.lang.
VariableNumber
のメソッド
指定された値を double 型として返します。
doubleValue()
- class shohaku.core.lang.
VariableShort
のメソッド
double で返却します。
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X