- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Integer,java.lang.String>
-
- org.apache.derby.impl.drda.CodePointNameTable
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Integer,java.lang.String>
class CodePointNameTable
extends java.util.Hashtable<java.lang.Integer,java.lang.String>
This class has a hashtable of CodePoint values. It is used by the tracing
code and by the protocol testing code
It is arranged in alphabetical order.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
(package private) java.lang.String |
lookup(int codePoint) |
-
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
CodePointNameTable
CodePointNameTable()
Built on Wed 2016-01-20 21:51:32+0000, from revision ???
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.