概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
W
WrappedCollection
- class shohaku.core.collections.wrapper.
WrappedCollection
.
指定されたコレクションをラッピングするビューを定義します。
WrappedCollection(Collection)
- class shohaku.core.collections.wrapper.
WrappedCollection
のコンストラクタ
ラップするコレクションを指定して初期化します。
WrappedGroup
- class shohaku.core.collections.wrapper.
WrappedGroup
.
指定されたグループをラッピングするビューを定義します。
WrappedGroup(Group)
- class shohaku.core.collections.wrapper.
WrappedGroup
のコンストラクタ
ラップするグループを指定して初期化します。
WrappedGroup.WrappedGroupEntry
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntry
.
Group.Entry
をラッピングするビューを定義します。
WrappedGroup.WrappedGroupEntry(Group.Entry)
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntry
のコンストラクタ
ラップするグループエントリを指定して初期化します。
WrappedGroup.WrappedGroupEntrySet
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntrySet
.
Group.Entry
をラッピングするセットビューを定義します。
WrappedGroup.WrappedGroupEntrySet(Set)
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntrySet
のコンストラクタ
ラップするセットを指定して初期化します。
WrappedIterator
- class shohaku.core.collections.wrapper.
WrappedIterator
.
指定された反復子をラッピングするビューを定義します。
WrappedIterator(Iterator)
- class shohaku.core.collections.wrapper.
WrappedIterator
のコンストラクタ
ラップする反復子を指定して初期化します。
WrappedList
- class shohaku.core.collections.wrapper.
WrappedList
.
指定されたリストをラッピングするビューを定義します。
WrappedList(List)
- class shohaku.core.collections.wrapper.
WrappedList
のコンストラクタ
ラップするリストを指定して初期化します。
WrappedListIterator
- class shohaku.core.collections.wrapper.
WrappedListIterator
.
指定されたリストの反復子をラッピングするビューを定義します。
WrappedListIterator(ListIterator)
- class shohaku.core.collections.wrapper.
WrappedListIterator
のコンストラクタ
ラップするリストの反復子を指定して初期化します。
WrappedMap
- class shohaku.core.collections.wrapper.
WrappedMap
.
指定されたマップをラッピングするビューを定義します。
WrappedMap(Map)
- class shohaku.core.collections.wrapper.
WrappedMap
のコンストラクタ
ラップするマップを指定して初期化します。
WrappedMap.WrappedMapEntry
- class shohaku.core.collections.wrapper.
WrappedMap.WrappedMapEntry
.
Map.Entry
をラッピングするビューを定義します。
WrappedMap.WrappedMapEntry(Map.Entry)
- class shohaku.core.collections.wrapper.
WrappedMap.WrappedMapEntry
のコンストラクタ
ラップするマップエントリを指定して初期化します。
WrappedMap.WrappedMapEntrySet
- class shohaku.core.collections.wrapper.
WrappedMap.WrappedMapEntrySet
.
Map.Entry
をラッピングするセットビューを定義します。
WrappedMap.WrappedMapEntrySet(Set)
- class shohaku.core.collections.wrapper.
WrappedMap.WrappedMapEntrySet
のコンストラクタ
ラップするセットを指定して初期化します。
WrappedSet
- class shohaku.core.collections.wrapper.
WrappedSet
.
指定されたセットをラッピングするビューを定義します。
WrappedSet(Set)
- class shohaku.core.collections.wrapper.
WrappedSet
のコンストラクタ
ラップするセットを指定して初期化します。
warn(Object)
- class shohaku.core.util.debug.
IntrospectLog
のメソッド
Warn
レベルでログを出力します。
warn(Object, Throwable)
- class shohaku.core.util.debug.
IntrospectLog
のメソッド
Warn
レベルでログを出力します。
wrappedCollection(Collection)
- class shohaku.core.collections.
CollectionsUtils
の static メソッド
コレクション型にラッピングしたコレクションを返却します。
wrappedEntry(Group.Entry)
- class shohaku.core.collections.wrapper.
UnmodifiableGroup.UnmodifiableEntrySet
のメソッド
グループエントリを変更不可能なビューでラップします。
wrappedEntry(Map.Entry)
- class shohaku.core.collections.wrapper.
UnmodifiableMap.UnmodifiableEntrySet
のメソッド
マップエントリを変更不可能なビューでラップします。
wrappedEntry(Group.Entry)
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntrySet
のメソッド
グループエントリをラップします。
wrappedGroup(Group)
- class shohaku.core.collections.
GroupUtils
の static メソッド
グループ型にラッピングしたグループを返却します。
wrappedIterator(Iterator)
- class shohaku.core.collections.
IteratorUtils
の static メソッド
ラッピングしたイテレータを返却します。
wrappedIterator(Iterator)
- class shohaku.core.collections.wrapper.
UnmodifiableGroup.UnmodifiableEntrySet
のメソッド
反復子を変更不可能なビューでラップします。
wrappedIterator(Iterator)
- class shohaku.core.collections.wrapper.
UnmodifiableMap.UnmodifiableEntrySet
のメソッド
反復子を変更不可能なビューでラップします。
wrappedIterator(Iterator)
- class shohaku.core.collections.wrapper.
WrappedGroup.WrappedGroupEntrySet
のメソッド
反復子をラップします。
wrappedList(List)
- class shohaku.core.collections.
ListUtils
の static メソッド
リスト型にラッピングしたリストを返却します。
wrappedListIterator(ListIterator)
- class shohaku.core.collections.
ListIteratorUtils
の static メソッド
ラッピングしたリストイテレータを返却します。
wrappedMap(Map)
- class shohaku.core.collections.
MapUtils
の static メソッド
マップ型にラッピングしたマップを返却します。
wrappedSet(Set)
- class shohaku.core.collections.
SetUtils
の static メソッド
セット型にラッピングしたセットを返却します。
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W