net.sf.ehcache.util.concurrent
Class ConcurrentHashMap.TreeNode
java.lang.Object
net.sf.ehcache.util.concurrent.ConcurrentHashMap.Node
net.sf.ehcache.util.concurrent.ConcurrentHashMap.TreeNode
- Enclosing class:
- ConcurrentHashMap<K,V>
protected static final class ConcurrentHashMap.TreeNode
- extends ConcurrentHashMap.Node
Nodes for use in TreeBins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentHashMap.TreeNode
public ConcurrentHashMap.TreeNode(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next,
int size,
ConcurrentHashMap.TreeNode parent)
Copyright 2001-2014, Terracotta, Inc.