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
Modifier and TypeFieldDescriptionchar
The characterint
The hash codeThe next entry -
Constructor Summary
ConstructorDescriptionEntry
(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next) Creates a new entry -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, 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.
-