クラス
shohaku.core.collections.wrapper.WrappedCollection の使用

WrappedCollection を使用しているパッケージ
shohaku.core.collections.wrapper 各コレクションインタフェースのラッパーを提供します。 
 

shohaku.core.collections.wrapper での WrappedCollection の使用
 

shohaku.core.collections.wrapper での WrappedCollection のサブクラス
 class UnmodifiableCollection
          指定されたコレクションの変更不可能なビューを提供します。
protected  class UnmodifiableGroup.UnmodifiableEntrySet
          Group.Entryをラッピングする変更不可能なセットビューを提供します。
 class UnmodifiableList
          指定されたセットの変更不可能なビューを提供します。
protected  class UnmodifiableMap.UnmodifiableEntrySet
          Map.Entryをラッピングする変更不可能なセットビューを提供します。
 class UnmodifiableSet
          指定されたセットの変更不可能なビューを提供します。
protected  class WrappedGroup.WrappedGroupEntrySet
          Group.Entryをラッピングするセットビューを提供します。
 class WrappedList
          指定されたリストをラッピングするビューを提供します。
protected  class WrappedMap.WrappedMapEntrySet
          Map.Entryをラッピングするセットビューを提供します。
 class WrappedSet
          指定されたセットをラッピングするビューを提供します。