Module io.sf.carte.echosvg.gvt
Package io.sf.carte.echosvg.gvt.font
Class AWTGlyphGeometryCache.Entry
java.lang.Object
java.lang.ref.Reference<AWTGlyphGeometryCache.Value>
java.lang.ref.SoftReference<AWTGlyphGeometryCache.Value>
io.sf.carte.echosvg.gvt.font.AWTGlyphGeometryCache.Entry
- Enclosing class:
- AWTGlyphGeometryCache
To manage collisions
- 
Field SummaryFieldsModifier and TypeFieldDescriptioncharThe characterintThe hash codeThe next entry
- 
Constructor SummaryConstructorsConstructorDescriptionEntry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next) Creates a new entry
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmatch(char o2) Whether this entry match the given keys.Methods inherited from class java.lang.ref.SoftReferencegetMethods inherited from class java.lang.ref.Referenceclear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
- 
Field Details- 
hashpublic int hashThe hash code
- 
cpublic char cThe character
- 
nextThe next entry
 
- 
- 
Constructor Details- 
EntryCreates a new entry
 
- 
- 
Method Details- 
matchpublic boolean match(char o2) Whether this entry match the given keys.
 
-