Framework Professional Edition Package


Package com.prosyst.util.hash

Provides hashing utilities among which are several Hashtables accepting primitive data types for keys or values.

See:
          Description

Class Summary
HashIntObjNS Hashtable for mapping int keys to Object values.
HashIntObjS Synchronized extension of com.prosyst.util.hash.HashIntObjNS
HashLongObjNS Hashtable for mapping long keys to Object values.
HashLongObjS Synchronized extension of com.prosyst.util.hash.HashLongObjNS
HashObjIntNS Hashtable for mapping Object keys to int values.
HashObjIntS Synchronized extension of com.prosyst.util.hash.HashObjIntNS
HashObjLongNS Hashtable for mapping Object keys to long values.
HashObjLongS Synchronized extension of com.prosyst.util.hash.HashObjLongNS
Key Helper class for keeping property names in XProperties
LRUCache LRUCache is a dictionary, that holds only the last most-used entries.
TrackingHashtable An implementation of Hashtable which tracks all changes made in the table.
XProperties Helper class for reading and writing properties in text file
 

Package com.prosyst.util.hash Description

Provides hashing utilities among which are several Hashtables accepting primitive data types for keys or values.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved