ehcache

net.sf.ehcache.util.concurrent
Class ConcurrentHashMap.TreeNode

java.lang.Object
  extended by net.sf.ehcache.util.concurrent.ConcurrentHashMap.Node
      extended by 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


Constructor Summary
ConcurrentHashMap.TreeNode(int hash, Object key, Object val, ConcurrentHashMap.Node next, int size, ConcurrentHashMap.TreeNode parent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentHashMap.TreeNode

public ConcurrentHashMap.TreeNode(int hash,
                                  Object key,
                                  Object val,
                                  ConcurrentHashMap.Node next,
                                  int size,
                                  ConcurrentHashMap.TreeNode parent)

ehcache

Copyright 2001-2014, Terracotta, Inc.