shohaku.core.collections.wrapper
クラス UnmodifiableGroup.UnmodifiableEntry

java.lang.Object
  拡張shohaku.core.collections.wrapper.WrappedGroup.WrappedGroupEntry
      拡張shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntry
すべての実装インタフェース:
Group.Entry
含まれているクラス:
UnmodifiableGroup

protected class UnmodifiableGroup.UnmodifiableEntry
extends WrappedGroup.WrappedGroupEntry

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
 

コンストラクタの詳細

UnmodifiableGroup.UnmodifiableEntry

protected UnmodifiableGroup.UnmodifiableEntry(Group.Entry e)
ラップするグループエントリを指定して初期化します。

パラメータ:
e - ラップするグループエントリ
メソッドの詳細

getValues

public java.util.Collection getValues()
基となるグループエントリの同メソッドの戻り値を UnmodifiableCollection でラッピングしたコレクションを返します。

定義:
インタフェース Group.Entry 内の getValues
オーバーライド:
クラス WrappedGroup.WrappedGroupEntry 内の getValues
関連項目:
Group.Entry.getValues()