|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.ref.Reference
|
+--java.lang.ref.SoftReference
|
+--org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
To manage collisions
| Field Summary | |
char |
c
The character |
int |
hash
The hash code |
AWTGlyphGeometryCache.Entry |
next
The next entry |
| Constructor Summary | |
AWTGlyphGeometryCache.Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next)
Creates a new entry |
|
| Method Summary | |
boolean |
match(char 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 char c
public AWTGlyphGeometryCache.Entry next
| Constructor Detail |
public AWTGlyphGeometryCache.Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next)
| Method Detail |
public boolean match(char o2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||