uk.ac.soton.harvester
Class ISOLatHashTable

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

class ISOLatHashTable
extends java.util.Hashtable

ISOLatHashTable provides a hash table which is already filled in with a mapping between the ISOLatin-1 entity names and the character positions by which they are represented. The key is a String, e.g. "Agrave" and the associated value is a 1-character String whose first character is the ASCII position represented by the entity.

See Also:
Serialized Form

Constructor Summary
(package private) ISOLatHashTable()
          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

ISOLatHashTable

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