|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.
Field Summary | |
static boolean |
UNIQUE_STRINGS
|
Constructor Summary | |
protected |
DTDGrammar.QNameHashtable()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean UNIQUE_STRINGS
Constructor Detail |
protected DTDGrammar.QNameHashtable()
Method Detail |
public int get(String key)
protected int hash(String symbol)
public void put(String key, int value)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |