org.apache.batik.gvt.font

Class AWTGlyphGeometryCache.Entry

protected class AWTGlyphGeometryCache.Entry extends SoftReference

To manage collisions
Field Summary
charc
The character
inthash
The hash code
AWTGlyphGeometryCache.Entrynext
The next entry
Constructor Summary
Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Creates a new entry
Method Summary
booleanmatch(char o2)
Whether this entry match the given keys.

Field Detail

c

public char c
The character

hash

public int hash
The hash code

public AWTGlyphGeometryCache.Entry next
The next entry

Constructor Detail

Entry

public Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Creates a new entry

Method Detail

match

public boolean match(char o2)
Whether this entry match the given keys.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.