protected class AWTGlyphGeometryCache.Entry
extends java.lang.ref.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.
|
public int hash
public char c
public AWTGlyphGeometryCache.Entry next
public Entry(int hash, char c, AWTGlyphGeometryCache.Value value, AWTGlyphGeometryCache.Entry next)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.