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 Details

    • getHashCode

      int getHashCode(int id)
    • getKey

      K getKey(int id)
    • getValue

      V getValue(int id)
    • isNativeHashEntry

      boolean isNativeHashEntry()
      Returns:
      true if this is a native hashmap entry