org.itr_rescue.dataGuard.indexing
Class KeywordsIndex

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Integer,KeywordEntry>
          extended by org.itr_rescue.dataGuard.indexing.KeywordsIndex
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Integer,KeywordEntry>

public class KeywordsIndex
extends java.util.Hashtable<java.lang.Integer,KeywordEntry>

See Also:
Serialized Form

Constructor Summary
KeywordsIndex()
           
 
Method Summary
 KeywordEntry getKeywordEntry(java.lang.String keyword)
           
 
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

KeywordsIndex

public KeywordsIndex()
Method Detail

getKeywordEntry

public KeywordEntry getKeywordEntry(java.lang.String keyword)