public static final class EconomyConcurrentHashMap.PinnedHashEntry<K,V> extends EconomyConcurrentHashMap.HashEntry<K,V>
Constructor and Description |
---|
PinnedHashEntry(K key,
int hash,
IHashEntry<K,V> next,
V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPinnedHashEntry() |
getHashCode, getKey, getValue, isNativeHashEntry
public PinnedHashEntry(K key, int hash, IHashEntry<K,V> next, V value)
public boolean isPinnedHashEntry()
isPinnedHashEntry
in class EconomyConcurrentHashMap.HashEntry<K,V>
Copyright © GigaSpaces.