protected class AWTGlyphGeometryCache.Entry extends SoftReference
Modifier and Type | Field and Description |
---|---|
char |
c
The character
|
int |
hash
The hash code
|
AWTGlyphGeometryCache.Entry |
next
The next entry
|
Constructor and Description |
---|
AWTGlyphGeometryCache.Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next)
Creates a new entry
|
Modifier and Type | Method and Description |
---|---|
boolean |
match(char o2)
Whether this entry match the given keys.
|
get
clear, enqueue, isEnqueued
public int hash
public char c
public AWTGlyphGeometryCache.Entry next
public AWTGlyphGeometryCache.Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.