java.util.HashMap/code>, this map also uses b-tree index to lookup keys But it adds some methods to create secondary views Performance note: keys and values are stored as part of index nodes. They are deserialized on each index lookup. This may lead to performance degradation and OutOfMemoryExceptions. If your values are big (>500 bytes) you may consider using PrimaryStoreMap
or to minimalize size of index.
@author Jan Kotek
@param < K> key type
@param < V> value type
|
|