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