Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
STMT Java Class Mapping
STMT provides three Java classes for table lookup mapping:
HashSet<String>
terms |
Hashtable<String, String>
key | value |
Hashtable<String, HashSet< String>>
key | value |
These Java classes provide an easy way to store data in RAM for retrieval. Accordingly, the performance is low when data is large scale. In real practice, STMT stores information in database for small foot print and fast performance.