Package | Description |
---|---|
net.sf.ehcache.util.concurrent |
Modifier and Type | Class and Description |
---|---|
protected static class |
ConcurrentHashMap.TreeNode
Nodes for use in TreeBins
|
Modifier and Type | Field and Description |
---|---|
protected static ConcurrentHashMap.Node |
ConcurrentHashMap.FAKE_NODE |
protected static ConcurrentHashMap.Node |
ConcurrentHashMap.FAKE_TREE_NODE |
Constructor and Description |
---|
Node(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next) |
Node(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next,
int size) |
TreeNode(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next,
int size,
ConcurrentHashMap.TreeNode parent) |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.