|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.core.collections.wrapper.WrappedGroup.WrappedGroupEntry
shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntry
Group.Entry
をラッピングする変更不可能なビューを定義します。
フィールドの概要 |
クラス shohaku.core.collections.wrapper.WrappedGroup.WrappedGroupEntry から継承したフィールド |
e |
コンストラクタの概要 | |
protected |
UnmodifiableGroup.UnmodifiableEntry(Group.Entry e)
ラップするグループエントリを指定して初期化します。 |
メソッドの概要 | |
java.util.Collection |
getValues()
基となるグループエントリの同メソッドの戻り値を UnmodifiableCollection でラッピングしたコレクションを返します。 |
クラス shohaku.core.collections.wrapper.WrappedGroup.WrappedGroupEntry から継承したメソッド |
equals, getKey, hashCode, toString |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
protected UnmodifiableGroup.UnmodifiableEntry(Group.Entry e)
e
- ラップするグループエントリメソッドの詳細 |
public java.util.Collection getValues()
UnmodifiableCollection
でラッピングしたコレクションを返します。
Group.Entry
内の getValues
WrappedGroup.WrappedGroupEntry
内の getValues
Group.Entry.getValues()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |