Package org.apache.derby.impl.drda
Class CodePointNameTable
- 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.
-
-
Constructor Summary
Constructors Constructor Description CodePointNameTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
lookup(int codePoint)
-
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-