ehcache

Uses of Class
net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry

Packages that use SelectableConcurrentHashMap.HashEntry
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
 SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.HashEntry.next
           
protected  SelectableConcurrentHashMap.HashEntry[] SelectableConcurrentHashMap.Segment.table
          The per-segment table.
 

Methods in net.sf.ehcache.store.chm that return SelectableConcurrentHashMap.HashEntry
protected  SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.Segment.createHashEntry(Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)
           
protected  SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.Segment.getFirst(int hash)
          Returns properly casted first entry of bin for given hash.
protected  SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.Segment.relinkHashEntry(SelectableConcurrentHashMap.HashEntry e, SelectableConcurrentHashMap.HashEntry next)
           
 

Methods in net.sf.ehcache.store.chm that return types with arguments of type SelectableConcurrentHashMap.HashEntry
protected  Iterator<SelectableConcurrentHashMap.HashEntry> SelectableConcurrentHashMap.Segment.iterator()
           
 

Methods in net.sf.ehcache.store.chm with parameters of type SelectableConcurrentHashMap.HashEntry
protected  SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.Segment.createHashEntry(Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)
           
protected  void SelectableConcurrentHashMap.Segment.preRemove(SelectableConcurrentHashMap.HashEntry e)
           
protected  SelectableConcurrentHashMap.HashEntry SelectableConcurrentHashMap.Segment.relinkHashEntry(SelectableConcurrentHashMap.HashEntry e, SelectableConcurrentHashMap.HashEntry next)
           
 

Constructors in net.sf.ehcache.store.chm with parameters of type SelectableConcurrentHashMap.HashEntry
SelectableConcurrentHashMap.HashEntry(Object key, int hash, SelectableConcurrentHashMap.HashEntry next, Element value, long sizeOf)
           
 


ehcache

Copyright 2001-2016, Terracotta, Inc.