public interface IHashEntryHandler<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| IHashEntry<K,V> | cloneEntry(IHashEntry<K,V> e,
          IHashEntry<K,V> newNext) | 
| IHashEntry<K,V> | cloneEntry(IHashEntry<K,V> e,
          IHashEntry<K,V> newNext,
          boolean unstableKey) | 
| IHashEntry<K,V> | createEntry(K key,
           V value,
           IHashEntry<K,V> next,
           int hash) | 
| IHashEntry<K,V> | createEntry(K key,
           V value,
           IHashEntry<K,V> next,
           int hash,
           boolean unstableKey) | 
| int | hash(IHashEntry<K,V> e) | 
| K | key(IHashEntry<K,V> e) | 
| IHashEntry<K,V> | next(IHashEntry<K,V> e) | 
| V | value(IHashEntry<K,V> e) | 
int hash(IHashEntry<K,V> e)
K key(IHashEntry<K,V> e)
V value(IHashEntry<K,V> e)
IHashEntry<K,V> next(IHashEntry<K,V> e)
IHashEntry<K,V> createEntry(K key, V value, IHashEntry<K,V> next, int hash)
IHashEntry<K,V> createEntry(K key, V value, IHashEntry<K,V> next, int hash, boolean unstableKey)
IHashEntry<K,V> cloneEntry(IHashEntry<K,V> e, IHashEntry<K,V> newNext)
IHashEntry<K,V> cloneEntry(IHashEntry<K,V> e, IHashEntry<K,V> newNext, boolean unstableKey)
Copyright © GigaSpaces.