commons
b2007092301

クラス
org.phosphoresce.commons.util.StringMapList の使用

StringMapList を使用しているパッケージ
org.phosphoresce.commons.util   
 

org.phosphoresce.commons.util での StringMapList の使用
 

StringMapList を返す org.phosphoresce.commons.util のメソッド
 StringMapList StringMapList.subList(int fromIndex, int toIndex)
          指定されたインデックス範囲のリストを取得します。
 

StringMapList 型のパラメータを持つ org.phosphoresce.commons.util のメソッド
 boolean StringMapList.addAll(StringMapList c)
          指定されたStringMapListオブジェクトを全て追加します。
 boolean StringMapList.addAll(int index, StringMapList c)
          指定されたStringMapListオブジェクトを指定位置に全て追加します。
 boolean StringMapList.containsAll(StringMapList c)
          指定されたリストエレメントが全て含まれているか判定します。
 boolean StringMapList.removeAll(StringMapList c)
          指定されたリストに含まれるエレメントを全て削除します。
 boolean StringMapList.retainAll(StringMapList c)
          指定されたコレクションに格納されている要素だけがリスト内に含まれるようにします (任意のオペレーション)。
 

StringMapList 型のパラメータを持つ org.phosphoresce.commons.util のコンストラクタ
StringMapList(StringMapList c)
          コンストラクタ
 


commons
b2007092301