Package org.apache.derby.impl.drda
Class CodePointNameTable
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Integer,
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 -
Method Summary
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
-
Constructor Details
-
CodePointNameTable
CodePointNameTable()
-
-
Method Details
-
lookup
-