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 Summary
FieldsModifier and TypeFieldDescriptioncharThe characterintThe hash codeThe next entry -
Constructor Summary
ConstructorsConstructorDescriptionEntry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next) Creates a new entry -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(char o2) Whether this entry match the given keys.Methods inherited from class java.lang.ref.SoftReference
getMethods inherited from class java.lang.ref.Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
hash
public int hashThe hash code -
c
public char cThe character -
next
The next entry
-
-
Constructor Details
-
Entry
Creates a new entry
-
-
Method Details
-
match
public boolean match(char o2) Whether this entry match the given keys.
-