|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.TriplyIndexedTable.Entry
protected static class TriplyIndexedTable.Entry
To manage collisions
Field Summary | |
---|---|
int |
hash
The hash code |
Object |
key1
The first key |
Object |
key2
The second key |
Object |
key3
The third key |
TriplyIndexedTable.Entry |
next
The next entry |
Object |
value
The value |
Constructor Summary | |
---|---|
TriplyIndexedTable.Entry(int hash,
Object key1,
Object key2,
Object key3,
Object value,
TriplyIndexedTable.Entry next)
Creates a new entry |
Method Summary | |
---|---|
boolean |
match(Object o1,
Object o2,
Object o3)
Whether this entry matches the given keys. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public Object key1
public Object key2
public Object key3
public Object value
public TriplyIndexedTable.Entry next
Constructor Detail |
---|
public TriplyIndexedTable.Entry(int hash, Object key1, Object key2, Object key3, Object value, TriplyIndexedTable.Entry next)
Method Detail |
---|
public boolean match(Object o1, Object o2, Object o3)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |