|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.core.collections.PlainBagUtils
PlainBag
インタフェースのユーティリティメソッドを提供します。
コンストラクタの概要 | |
PlainBagUtils()
|
メソッドの概要 | |
static PlainBag |
asPlainBag(java.util.Collection coll)
コレクションをプレーンバグに変換します。 |
static PlainBag |
asPlainBag(Group group)
Group.Entry を要素としてグループをプレーンバグに変換します。 |
static PlainBag |
asPlainBag(java.util.Map map)
Map.Entry を要素としてマップをプレーンバグに変換します。 |
static PlainBag |
asPlainBag(java.lang.Object[] a)
配列をプレーンバグに変換します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PlainBagUtils()
メソッドの詳細 |
public static PlainBag asPlainBag(java.util.Map map)
Map.Entry
を要素としてマップをプレーンバグに変換します。
map
- 基となるマップ
PlainBag
public static PlainBag asPlainBag(Group group)
Group.Entry
を要素としてグループをプレーンバグに変換します。
group
- 基となるグループ
PlainBag
public static PlainBag asPlainBag(java.util.Collection coll)
coll
- 基となるコレクション
PlainBag
public static PlainBag asPlainBag(java.lang.Object[] a)
a
- 基となる配列
PlainBag
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |