Uses of Class
net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry
-
Packages that use SelectableConcurrentHashMap.HashEntry Package Description net.sf.ehcache.store.chm CHM package. -
-
Uses of SelectableConcurrentHashMap.HashEntry in net.sf.ehcache.store.chm
Fields in net.sf.ehcache.store.chm declared as SelectableConcurrentHashMap.HashEntry Modifier and Type Field Description SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.HashEntry. nextprotected SelectableConcurrentHashMap.HashEntry[]SelectableConcurrentHashMap.Segment. tableThe per-segment table.Methods in net.sf.ehcache.store.chm that return SelectableConcurrentHashMap.HashEntry Modifier and Type Method Description protected SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.Segment. createHashEntry(java.lang.Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)protected SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.Segment. getFirst(int hash)Returns properly casted first entry of bin for given hash.protected SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.Segment. relinkHashEntry(SelectableConcurrentHashMap.HashEntry e, SelectableConcurrentHashMap.HashEntry next)Methods in net.sf.ehcache.store.chm that return types with arguments of type SelectableConcurrentHashMap.HashEntry Modifier and Type Method Description protected java.util.Iterator<SelectableConcurrentHashMap.HashEntry>SelectableConcurrentHashMap.Segment. iterator()Methods in net.sf.ehcache.store.chm with parameters of type SelectableConcurrentHashMap.HashEntry Modifier and Type Method Description protected SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.Segment. createHashEntry(java.lang.Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)protected voidSelectableConcurrentHashMap.Segment. preRemove(SelectableConcurrentHashMap.HashEntry e)protected SelectableConcurrentHashMap.HashEntrySelectableConcurrentHashMap.Segment. relinkHashEntry(SelectableConcurrentHashMap.HashEntry e, SelectableConcurrentHashMap.HashEntry next)Constructors in net.sf.ehcache.store.chm with parameters of type SelectableConcurrentHashMap.HashEntry Constructor Description HashEntry(java.lang.Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)
-