protected static final class DTDGrammar.QNameHashtable extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
UNIQUE_STRINGS |
| Modifier | Constructor and Description |
|---|---|
protected |
DTDGrammar.QNameHashtable() |
| Modifier and Type | Method and Description |
|---|---|
int |
get(String key)
Returns the value associated with the specified key tuple.
|
protected int |
hash(String symbol)
Returns a hash value for the specified symbol.
|
void |
put(String key,
int value)
Associates the given value with the specified key tuple.
|
public static final boolean UNIQUE_STRINGS
Copyright © 2018–2021 mhoffrogge. All rights reserved.