|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--uk.ac.soton.harvester.ISOLatHashTable
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.
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 |
|
Constructor Detail |
ISOLatHashTable()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |