|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference
org.apache.batik.util.SoftDoublyIndexedTable.Entry
protected class SoftDoublyIndexedTable.Entry
To manage collisions
Field Summary | |
---|---|
int |
hash
The hash code |
java.lang.Object |
key1
The first key |
java.lang.Object |
key2
The second key |
SoftDoublyIndexedTable.Entry |
next
The next entry |
Constructor Summary | |
---|---|
SoftDoublyIndexedTable.Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
SoftDoublyIndexedTable.Entry next)
Creates a new entry |
Method Summary | |
---|---|
boolean |
match(java.lang.Object o1,
java.lang.Object o2)
Whether this entry match the given keys. |
Methods inherited from class java.lang.ref.SoftReference |
---|
get |
Methods inherited from class java.lang.ref.Reference |
---|
clear, enqueue, isEnqueued |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public java.lang.Object key1
public java.lang.Object key2
public SoftDoublyIndexedTable.Entry next
Constructor Detail |
---|
public SoftDoublyIndexedTable.Entry(int hash, java.lang.Object key1, java.lang.Object key2, java.lang.Object value, SoftDoublyIndexedTable.Entry next)
Method Detail |
---|
public 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 |