public class ConcurrentSegmentedStoredListHashmapEntry<T> extends ConcurrentSegmentedStoredList<T>
Constructor and Description |
---|
ConcurrentSegmentedStoredListHashmapEntry(boolean segmented,
boolean supportFifoPerSegment,
Object key) |
Modifier and Type | Method and Description |
---|---|
int |
getHashCode(int id) |
Object |
getKey(int id) |
IStoredList<T> |
getValue(int id) |
boolean |
isNativeHashEntry() |
add, addUnlocked, contains, dump, establishListScan, freeSLHolder, getHead, getObjectFromHead, invalidate, isEmpty, isIterator, isMultiObjectCollection, monitor, next, optimizeScanForSingleObject, remove, removeByObject, removeUnlocked, size
public ConcurrentSegmentedStoredListHashmapEntry(boolean segmented, boolean supportFifoPerSegment, Object key)
public int getHashCode(int id)
getHashCode
in interface IHashEntry<Object,IStoredList<T>>
getHashCode
in class ConcurrentSegmentedStoredList<T>
public Object getKey(int id)
getKey
in interface IHashEntry<Object,IStoredList<T>>
getKey
in class ConcurrentSegmentedStoredList<T>
public IStoredList<T> getValue(int id)
getValue
in interface IHashEntry<Object,IStoredList<T>>
getValue
in class ConcurrentSegmentedStoredList<T>
public boolean isNativeHashEntry()
isNativeHashEntry
in interface IHashEntry<Object,IStoredList<T>>
isNativeHashEntry
in class ConcurrentSegmentedStoredList<T>
true
if this is a native hashmap entryCopyright © GigaSpaces.