|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
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 内の getValuesWrappedGroup.WrappedGroupEntry 内の getValuesGroup.Entry.getValues()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||