org.apache.derby.impl.drda
Class CodePointNameTable

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.apache.derby.impl.drda.CodePointNameTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

class CodePointNameTable
extends java.util.Hashtable

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.


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
(package private) CodePointNameTable()
           
 
Method Summary
(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()
Method Detail

lookup

java.lang.String lookup(int codePoint)

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.