public class ConcurrentSegmentedStoredListHashmapEntry<T> extends ConcurrentStoredList<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, add, addUnlocked, contains, decrementSize, dump, establishListScan, freeSLHolder, getHead, getNumSegments, getObjectFromHead, getSegment, incremenetAndGetSize, incrementSize, invalidate, isEmpty, isIterator, isMultiObjectCollection, monitor, next, optimizeScanForSingleObject, remove, removeByObject, removeUnlocked, size, supportsInvalidationpublic ConcurrentSegmentedStoredListHashmapEntry(boolean segmented,
                                                 boolean supportFifoPerSegment,
                                                 Object key)
public int getHashCode(int id)
getHashCode in interface IHashEntry<Object,IStoredList<T>>getHashCode in class ConcurrentStoredList<T>public Object getKey(int id)
getKey in interface IHashEntry<Object,IStoredList<T>>getKey in class ConcurrentStoredList<T>public IStoredList<T> getValue(int id)
getValue in interface IHashEntry<Object,IStoredList<T>>getValue in class ConcurrentStoredList<T>public boolean isNativeHashEntry()
isNativeHashEntry in interface IHashEntry<Object,IStoredList<T>>isNativeHashEntry in class ConcurrentStoredList<T>true if this is a native hashmap entryCopyright © GigaSpaces.