|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.util.collection.ArrayMap.Entry<K,V>
K
- キーの型V
- キーの値protected static class ArrayMap.Entry<K,V>
フィールドの概要 | |
---|---|
protected int |
hashCode
ハッシュ値 |
protected K |
key
キー |
protected ArrayMap.Entry<K,V> |
next
次のエントリ |
protected V |
value
値 |
コンストラクタの概要 | |
---|---|
ArrayMap.Entry()
インスタンスを構築します。 |
|
ArrayMap.Entry(int hashCode,
K key,
V value,
ArrayMap.Entry<K,V> next)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
void |
clear()
状態をクリアします。 |
boolean |
equals(Object o)
|
K |
getKey()
|
V |
getValue()
|
int |
hashCode()
|
void |
readExternal(ObjectInput s)
|
V |
setValue(V value)
|
String |
toString()
|
void |
writeExternal(ObjectOutput s)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected transient int hashCode
protected transient K key
protected transient V value
protected transient ArrayMap.Entry<K,V> next
コンストラクタの詳細 |
---|
public ArrayMap.Entry()
public ArrayMap.Entry(int hashCode, K key, V value, ArrayMap.Entry<K,V> next)
hashCode
- ハッシュ値key
- キーvalue
- 値next
- 次のエントリメソッドの詳細 |
---|
public K getKey()
Map.Entry<K,V>
内の getKey
public V getValue()
Map.Entry<K,V>
内の getValue
public V setValue(V value)
Map.Entry<K,V>
内の setValue
public void clear()
public boolean equals(Object o)
Map.Entry<K,V>
内の equals
Object
内の equals
public int hashCode()
Map.Entry<K,V>
内の hashCode
Object
内の hashCode
public String toString()
Object
内の toString
public void writeExternal(ObjectOutput s) throws IOException
Externalizable
内の writeExternal
IOException
public void readExternal(ObjectInput s) throws IOException, ClassNotFoundException
Externalizable
内の readExternal
IOException
ClassNotFoundException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |