Interface IHashEntry<K,V>
- All Known Subinterfaces:
IEntryCacheInfo,IOrderedList<T>,IStoredList<T>
- All Known Implementing Classes:
AbstractStoredList,BlobStoreRefEntryCacheInfo,ConcurrentSegmentedStoredList,ConcurrentSegmentedStoredListHashmapEntry,ConcurrentStoredList,EconomyConcurrentHashMap.HashEntry,EconomyConcurrentHashMap.PinnedHashEntry,EvictableEntryCacheInfo,ExternallyLockedStoredList,HashedSimpleLockIStoredList,MemoryBasedEntryCacheInfo,MVCCEntryCacheInfo,MVCCShellEntryCacheInfo,RwlSegmentedStoredList,SimpleLockStoredList,TemplateCacheInfo
public interface IHashEntry<K,V>
Logical holder for entries in EconpmyConcurrentHashMap
- Since:
- 7.1
- Version:
- 1.0
- Author:
- Yechiel Fefer
-
Method Summary
Modifier and TypeMethodDescriptionintgetHashCode(int id) getKey(int id) getValue(int id) boolean
-
Method Details
-
getHashCode
int getHashCode(int id) -
getKey
-
getValue
-
isNativeHashEntry
boolean isNativeHashEntry()- Returns:
trueif this is a native hashmap entry
-