|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.util.DoublyIndexedTable.Entry
public static class DoublyIndexedTable.Entry
An entry in the DoublyIndexedTable.
| Field Summary | |
|---|---|
protected int |
hash
The hash code. |
protected java.lang.Object |
key1
The first key. |
protected java.lang.Object |
key2
The second key. |
protected DoublyIndexedTable.Entry |
next
The next entry. |
protected java.lang.Object |
value
The value. |
| Constructor Summary | |
|---|---|
DoublyIndexedTable.Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
DoublyIndexedTable.Entry next)
Creates a new entry. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey1()
Returns this entry's first key. |
java.lang.Object |
getKey2()
Returns this entry's second key. |
java.lang.Object |
getValue()
Returns this entry's value. |
protected boolean |
match(java.lang.Object o1,
java.lang.Object o2)
Whether this entry match the given keys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int hash
protected java.lang.Object key1
protected java.lang.Object key2
protected java.lang.Object value
protected DoublyIndexedTable.Entry next
| Constructor Detail |
|---|
public DoublyIndexedTable.Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
DoublyIndexedTable.Entry next)
| Method Detail |
|---|
public java.lang.Object getKey1()
public java.lang.Object getKey2()
public java.lang.Object getValue()
protected boolean match(java.lang.Object o1,
java.lang.Object o2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||