org.apache.batik.gvt.font
protected class AWTGlyphGeometryCache.Entry extends SoftReference
| Field Summary | |
|---|---|
| char | c
The character |
| int | hash
The hash code |
| AWTGlyphGeometryCache.Entry | next
The next entry |
| Constructor Summary | |
|---|---|
| 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. |