| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.record | 
 
     Hazelcast JSR-107 aka JCache implementation
     Internal record store 
 | 
| com.hazelcast.util | 
 This package contains classes to support the inner workings of Hazelcast
 as well as some backports of newer Java features / data structures to
 support older Java versions in a clean and nice way. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheRecordHashMap<K,V>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheConcurrentHashMap<K,V>
ConcurrentHashMap to extend iterator capability 
 | 
class  | 
FetchableConcurrentHashMap<K,V>
ConcurrentHashMap to extend iterator capability 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.