uk.ac.soton.harvester
Class ISOLatRevHashTable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--uk.ac.soton.harvester.ISOLatRevHashTable

class ISOLatRevHashTable
extends java.util.Hashtable

ISOLatRevHashTable is the inverse of ISOLatHashTable, and provides a hash table which is already filled in with an inverse mapping between the ISOLatin-1 entity names and the character positions by which they are represented. Each key is a 1-character String (e.g. "\x00c0") whose first character is the ASCII position represented by the entity named by the associated value (e.g. "Agrave").

See Also:
Serialized Form

Constructor Summary
(package private) ISOLatRevHashTable()
          Default constructor creates the pre-filled HashTable.
 
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

ISOLatRevHashTable

ISOLatRevHashTable()
Default constructor creates the pre-filled HashTable.