概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
S
SET_PROPERTY
- class shohaku.core.beans.dynamic.
MethodDesc
の static 変数
メソッド種別:セッタープロパティ。
SetUtils
- class shohaku.core.collections.
SetUtils
.
Set インタフェースのユーティリティメソッドを提供します。
SetUtils()
- class shohaku.core.collections.
SetUtils
のコンストラクタ
ShohakuCoreSystem
- class shohaku.core.lang.
ShohakuCoreSystem
.
松柏コアライブラリ固有のシステム情報を提供します。
ShohakuCoreSystem()
- class shohaku.core.lang.
ShohakuCoreSystem
のコンストラクタ
SingletonBeanFactory
- class shohaku.core.beans.dynamic.
SingletonBeanFactory
.
シングルトンインスタンスを生成するファクトリを提供します。
SingletonBeanFactory()
- class shohaku.core.beans.dynamic.
SingletonBeanFactory
のコンストラクタ
null プロパティで初期化します。
StopWatch
- class shohaku.core.util.debug.
StopWatch
.
経過時間を指定の出力ストリームへ出力するストップウオッチを提供します。
StopWatch()
- class shohaku.core.util.debug.
StopWatch
のコンストラクタ
標準の出力ストリームを出力先として初期化します。
StopWatch(PrintStream)
- class shohaku.core.util.debug.
StopWatch
のコンストラクタ
指定されたプリントストリームを出力先として初期化します。
StopWatch(PrintWriter)
- class shohaku.core.util.debug.
StopWatch
のコンストラクタ
指定されたプリントライターを出力先として初期化します。
SystemUtils
- class shohaku.core.lang.
SystemUtils
.
ライブラリの実行環境の情報に関するユーティリティを提供します。
SystemUtils()
- class shohaku.core.lang.
SystemUtils
のコンストラクタ
search(Object)
- interface shohaku.core.functor.
FSearcher
のメソッド
処理を実行し発見されたオブジェクトを返却します。
set(Class, Object)
- class shohaku.core.beans.dynamic.
FieldDesc
のメソッド
指定されたクラスのフィールドの値を変更し以前の値を返却します。
set(Object, Object)
- class shohaku.core.beans.dynamic.
FieldDesc
のメソッド
指定されたインスタンスのフィールドの値を変更し以前の値を返却します。
set(int, Object)
- class shohaku.core.collections.decorator.
DecoratedList
のメソッド
基となるリストの同メソッドを呼び出します。
set(Object)
- class shohaku.core.collections.decorator.
DecoratedListIterator
のメソッド
基となるリスト反復子の同メソッドを呼び出します。
set
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
の変数
基となるセット。
set
- class shohaku.core.collections.decorator.
DecoratedSet
の変数
基となるセット。
set(Object)
- class shohaku.core.collections.decorator.
UnmodifiableListIterator
のメソッド
UnsupportedOperationException を発生させます。
set(byte)
- class shohaku.core.lang.
VariableByte
のメソッド
新たな値を格納します。
set(double)
- class shohaku.core.lang.
VariableDouble
のメソッド
新たな値を格納します。
set(float)
- class shohaku.core.lang.
VariableFloat
のメソッド
新たな値を格納します。
set(int)
- class shohaku.core.lang.
VariableInteger
のメソッド
新たな値を格納します。
set(long)
- class shohaku.core.lang.
VariableLong
のメソッド
新たな値を格納します。
set(short)
- class shohaku.core.lang.
VariableShort
のメソッド
新たな値を格納します。
setAccessibleFieldValue(Class, Object, String, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
オブジェクトからフィールド名の示すフィールド値を特権で設定して元の値を返却します。
setArguments(ArgumentsDesc)
- class shohaku.core.beans.dynamic.
FactoryMethodDesc
のメソッド
引数情報のリストを格納します。
setArguments(ArgumentsDesc)
- class shohaku.core.beans.dynamic.
MethodDesc
のメソッド
引数情報のリストを格納します。
setClassDesc(ClassDesc)
- class shohaku.core.beans.dynamic.
PrototypeBeanFactory
のメソッド
クラス情報を格納します。
setClassDesc(ClassDesc)
- class shohaku.core.beans.dynamic.
SingletonBeanFactory
のメソッド
クラス情報を格納します。
setClassLoader(ClassLoader)
- class shohaku.core.resource.
InputResourceLoader
のメソッド
クラスパスの検索に使用するクラスローダを格納します。
setCreateSource(Class)
- class shohaku.core.beans.dynamic.
PrototypeBeanFactory
のメソッド
生成基のオブジェクト型を格納します。
setCreateSource(Class)
- class shohaku.core.beans.dynamic.
SingletonBeanFactory
のメソッド
生成基のオブジェクト型を格納します。
setDestroyMethods(MethodDesc[])
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
メソッド情報の配列を返却します。
setFactory(FactoryMethodDesc)
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
生成メソッド情報を格納します。
setFactory(FFactory)
- interface shohaku.core.collections.
Cache
のメソッド
指定のキーが存在しない場合にデータを生成する、生成ファンクタを登録します。
setFactory(FFactory)
- class shohaku.core.collections.cache.
AbstractCache
のメソッド
setFieldValue(Class, Object, String, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
オブジェクトからフィールド名の示すフィールド値を設定して元の値を返却します。
setFields(FieldDesc[])
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
フィールド情報の配列を返却します。
setIndexedProperty(Object, String, Integer, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
ビーンからプロパティ名の示すインデックス付きプロパティに値を格納します。
setIndexedProperty(Object, IndexedPropertyDescriptor, Integer, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
ビーンのプロパティ定義の示すインデックス付きプロパティに値を格納します。
setInitMethods(MethodDesc[])
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
メソッド情報の配列を返却します。
setMaxSize(int)
- interface shohaku.core.collections.
Cache
のメソッド
最大キャッシュサイズを設定します。
setMaxSize(int)
- class shohaku.core.collections.cache.
AbstractCache
のメソッド
setMethodName(String)
- class shohaku.core.beans.dynamic.
FactoryMethodDesc
のメソッド
メソッド名を格納します。
setMethodName(String)
- class shohaku.core.beans.dynamic.
MethodDesc
のメソッド
メソッド名を格納します。
setMethods(MethodDesc[])
- class shohaku.core.beans.dynamic.
ClassDesc
のメソッド
メソッド情報の配列を返却します。
setName(String)
- class shohaku.core.beans.dynamic.
FieldDesc
のメソッド
フィールドの名前を格納します。
setProperties(Object, Map)
- class shohaku.core.helpers.
HBeans
の static メソッド
マップの全要素をプロパティに格納して返却します。
setProperty(Object, String, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
ビーンからプロパティ名の示すプロパティに値を格納します。
setProperty(Object, PropertyDescriptor, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
ビーンのプロパティ定義の示すプロパティに値を格納します。
setProperty(Object, Object)
- class shohaku.core.util.
XProperties
のメソッド
プロパティを追加します。
setRepetitionLimit(int)
- class shohaku.core.util.debug.
DumpStream
のメソッド
反復処理を行う要素数の上限値を格納します。
setTimeFormat(String)
- class shohaku.core.util.debug.
StopWatch
のメソッド
時刻の出力フォーマットを格納します.
setType(int)
- class shohaku.core.beans.dynamic.
MethodDesc
のメソッド
メソッド種別を格納します。
setUriPrefix(String)
- class shohaku.core.resource.
InputResourceLoader
のメソッド
URIに追加するプレフィックスを格納します。
setValue(Object)
- interface shohaku.core.collections.
MapBox
のメソッド
このマップボックスの値を変更し、既存の値を返却します。
setValue(Object)
- class shohaku.core.collections.decorator.
DecoratedMapEntry
のメソッド
setValue(Number)
- class shohaku.core.lang.
VariableByte
のメソッド
指定の値の Number.byteValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableByte
のメソッド
指定の値の VariableNumber.byteValue() を格納します。
setValue(Number)
- class shohaku.core.lang.
VariableDouble
のメソッド
指定の値の Number.doubleValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableDouble
のメソッド
指定の値の VariableNumber.doubleValue() を格納します。
setValue(Number)
- class shohaku.core.lang.
VariableFloat
のメソッド
指定の値の Number.floatValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableFloat
のメソッド
指定の値の VariableNumber.floatValue() を格納します。
setValue(Number)
- class shohaku.core.lang.
VariableInteger
のメソッド
指定の値の Number.intValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableInteger
のメソッド
指定の値の VariableNumber.intValue() を格納します。
setValue(Number)
- class shohaku.core.lang.
VariableLong
のメソッド
指定の値の Number.longValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableLong
のメソッド
指定の値の VariableNumber.longValue() を格納します。
setValue(Number)
- interface shohaku.core.lang.
VariableNumber
のメソッド
指定の値を格納します。
setValue(VariableNumber)
- interface shohaku.core.lang.
VariableNumber
のメソッド
指定の値を格納します。
setValue(Number)
- class shohaku.core.lang.
VariableShort
のメソッド
指定の値の Number.shortValue() を格納します。
setValue(VariableNumber)
- class shohaku.core.lang.
VariableShort
のメソッド
指定の値の VariableNumber.shortValue() を格納します。
shift(Iterator, int)
- class shohaku.core.collections.
IteratorUtils
の static メソッド
指定された要素数を可能ならばスキップします。
shohaku.core.beans.binder
- package shohaku.core.beans.binder
オブジェクトやメソッドを拡張された基準でバインドする機能を提供します。
shohaku.core.beans.dynamic
- package shohaku.core.beans.dynamic
JavaBean を動的に制御するユーティリティを提供します。
shohaku.core.collections.decorator
- package shohaku.core.collections.decorator
各コレクションインタフェースの装飾クラスを提供します。
shohaku.core.lang.feature
- package shohaku.core.lang.feature
松伯ライブラリの横断的な機能を実行時にバインドするプラグイン機能を提供します。
shohaku.core.lang.feature.impl
- package shohaku.core.lang.feature.impl
コアライブラリの定義するプラグイン機能のデフォルト実装を提供します。
shohaku.core.resource
- package shohaku.core.resource
リソースを読み取る機能を提供します。
shortValue()
- class shohaku.core.lang.
VariableByte
のメソッド
short で返却します。
shortValue()
- class shohaku.core.lang.
VariableDouble
のメソッド
short で返却します。
shortValue()
- class shohaku.core.lang.
VariableFloat
のメソッド
short で返却します。
shortValue()
- class shohaku.core.lang.
VariableInteger
のメソッド
short で返却します。
shortValue()
- class shohaku.core.lang.
VariableLong
のメソッド
short で返却します。
shortValue()
- interface shohaku.core.lang.
VariableNumber
のメソッド
指定された値を short 型として返します。
shortValue()
- class shohaku.core.lang.
VariableShort
のメソッド
short で返却します。
size()
- class shohaku.core.beans.
DefaultTypeTransformer
のメソッド
size()
- interface shohaku.core.beans.
TypeTransformer
のメソッド
格納する変換ファンクタのエントリ数を返却します。
size()
- interface shohaku.core.collections.
Cache
のメソッド
現在のキャッシュサイズを返します。
size()
- class shohaku.core.collections.cache.
AbstractCache
のメソッド
size()
- class shohaku.core.collections.decorator.
DecoratedCollection
のメソッド
基となるコレクションの同メソッドを呼び出します。
size()
- class shohaku.core.collections.decorator.
DecoratedMap
のメソッド
基となるマップの同メソッドを呼び出します。
size()
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
のメソッド
基となるコレクションの同メソッドを呼び出します。
skip(CharSequence, RangeInt, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数に一致する文字をスキップしたインデックスを返却します。
skip(CharSequence, RangeInt[], int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数に一致する文字をスキップしたインデックスを返却します。
skip(CharSequence, char, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数に一致する文字をスキップしたインデックスを返却します。
skip(CharSequence, CharSequence, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数に一致する文字列をスキップしたインデックスを返却します。
skip(CharSequence, char[], int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数に一致する文字をスキップしたインデックスを返却します。
skipGreater(CharSequence, int, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数により大きい文字をスキップしたインデックスを返却します。
skipLess(CharSequence, int, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
引数により小さい文字をスキップしたインデックスを返却します。
skipSp(CharSequence, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
空白文字をスキップしたインデックスを返却します。
sortedMap
- class shohaku.core.collections.decorator.
DecoratedSortedMap
の変数
基となるソートマップ。
sortedSet
- class shohaku.core.collections.decorator.
DecoratedSortedSet
の変数
基となるソートセット。
split()
- class shohaku.core.util.debug.
StopWatch
のメソッド
保存時刻からの経過ミリ秒を出力し、現在の時刻を新たな保存時刻として登録します。
start()
- class shohaku.core.util.debug.
StopWatch
のメソッド
タイマーを開始し開始時刻をミリ秒で出力します。
stop()
- class shohaku.core.util.debug.
StopWatch
のメソッド
タイマーを終了し開始時刻から終了時刻の経過ミリ秒を出力します。
store(OutputStream, String)
- class shohaku.core.util.
XProperties
のメソッド
出力ストリームにプロパティセットを書き込みます。
store(OutputStream, Charset, String)
- class shohaku.core.util.
XProperties
のメソッド
出力ストリームにプロパティセットを書き込みます。
storeImpl(OutputStream, String, Charset, boolean)
- class shohaku.core.util.
XProperties
のメソッド
出力ストリームにプロパティを書き込みます。
storeProperty(StringBuffer, Object, Object, boolean)
- class shohaku.core.util.
XProperties
のメソッド
バッファにプロパティを出力します。
strictKeyValueSeparators
- class shohaku.core.util.
XProperties
の static 変数
キーと値の区切り文字。
subList(int, int)
- class shohaku.core.collections.decorator.
DecoratedList
のメソッド
基となるリストの同メソッドの戻り値を DecoratedList で装飾したリストを返却します。
subList(int, int)
- class shohaku.core.collections.decorator.
DecoratedRandomAccessList
のメソッド
基となるリストの同メソッドの戻り値を DecoratedRandomAccessList で装飾したランダムアクセスリストを返却します。
subMap(Object, Object)
- class shohaku.core.collections.decorator.
DecoratedSortedMap
のメソッド
subSet(Object, Object)
- class shohaku.core.collections.decorator.
DecoratedSortedSet
のメソッド
subtract(byte)
- class shohaku.core.lang.
VariableByte
のメソッド
格納される変数に対して引数を減算します。
subtract(double)
- class shohaku.core.lang.
VariableDouble
のメソッド
格納される変数に対して引数を減算します。
subtract(float)
- class shohaku.core.lang.
VariableFloat
のメソッド
格納される変数に対して引数を減算します。
subtract(int)
- class shohaku.core.lang.
VariableInteger
のメソッド
格納される変数に対して引数を減算します。
subtract(long)
- class shohaku.core.lang.
VariableLong
のメソッド
格納される変数に対して引数を減算します。
subtract(short)
- class shohaku.core.lang.
VariableShort
のメソッド
格納される変数に対して引数を減算します。
suspend()
- class shohaku.core.util.debug.
StopWatch
のメソッド
タイマーを休止します。
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X