クラス
org.seasar.util.collection.ArrayMap.Entry の使用

ArrayMap.Entry を使用しているパッケージ
org.seasar.util.collection コレクションやマップ、配列を扱うユーティリティを提供します。 
 

org.seasar.util.collection での ArrayMap.Entry の使用
 

ArrayMap.Entry として宣言されている org.seasar.util.collection のフィールド
protected  ArrayMap.Entry<K,V>[] ArrayMap.listTable
          配列としてのエントリ
protected  ArrayMap.Entry<K,V>[] ArrayMap.mapTable
          マップとしてのエントリ
protected  ArrayMap.Entry<K,V> ArrayMap.Entry.next
          次のエントリ
 

ArrayMap.Entry を返す org.seasar.util.collection のメソッド
 ArrayMap.Entry<K,V> ArrayMap.ArrayMapIterator.next()
           
protected  ArrayMap.Entry<K,V> ArrayMap.removeList(int index)
          インデックスで指定されたエントリをリストのエントリから削除します。
protected  ArrayMap.Entry<K,V> ArrayMap.removeMap(Object key)
          キーで指定されたエントリをマップのエントリから削除します。
 

ArrayMap.Entry 型のパラメータを持つ org.seasar.util.collection のメソッド
protected  int ArrayMap.entryIndexOf(ArrayMap.Entry<K,V> entry)
          エントリのインデックスを返します。
protected  V ArrayMap.swapValue(ArrayMap.Entry<K,V> entry, V value)
          エントリの値を新しい値で置き換えます。
 

ArrayMap.Entry 型のパラメータを持つ org.seasar.util.collection のコンストラクタ
ArrayMap.Entry(int hashCode, K key, V value, ArrayMap.Entry<K,V> next)
          インスタンスを構築します。
 



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.