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 |
|---|
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.
|
getclear, enqueue, isEnqueuedpublic int hash
public char c
public AWTGlyphGeometryCache.Entry next
public Entry(int hash,
char c,
AWTGlyphGeometryCache.Value value,
AWTGlyphGeometryCache.Entry next)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.