Class CodePointNameTable

java.lang.Object
java.util.Dictionary<Integer,String>
java.util.Hashtable<Integer,String>
org.apache.derby.impl.drda.CodePointNameTable
All Implemented Interfaces:
Serializable, Cloneable, Map<Integer,String>

class CodePointNameTable extends Hashtable<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 Details

    • CodePointNameTable

      CodePointNameTable()
  • Method Details

    • lookup

      String lookup(int codePoint)