|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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> 内の getKeypublic V getValue()
Map.Entry<K,V> 内の getValuepublic V setValue(V value)
Map.Entry<K,V> 内の setValuepublic void clear()
public boolean equals(Object o)
Map.Entry<K,V> 内の equalsObject 内の equalspublic int hashCode()
Map.Entry<K,V> 内の hashCodeObject 内の hashCodepublic String toString()
Object 内の toString
public void writeExternal(ObjectOutput s)
throws IOException
Externalizable 内の writeExternalIOException
public void readExternal(ObjectInput s)
throws IOException,
ClassNotFoundException
Externalizable 内の readExternalIOException
ClassNotFoundException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||