shohaku.core.collections
クラス CollectionsUtils

java.lang.Object
  拡張shohaku.core.collections.CollectionsUtils

public class CollectionsUtils
extends java.lang.Object

Collection インタフェースのユーティリティメソッドを提供します。


コンストラクタの概要
CollectionsUtils()
           
 
メソッドの概要
static java.util.Collection wrappedCollection(java.util.Collection coll)
          コレクション型にラッピングしたコレクションを返却します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CollectionsUtils

public CollectionsUtils()
メソッドの詳細

wrappedCollection

public static java.util.Collection wrappedCollection(java.util.Collection coll)
コレクション型にラッピングしたコレクションを返却します。 実装型に固有の機能へのアクセスを制限します。

パラメータ:
coll - ラップするコレクション
戻り値:
実装をラッピングしたコレクション