protected static class ConcurrentHashMap.Node extends Object
| 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) |
public Node(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next)
public Node(int hash,
Object key,
Object val,
ConcurrentHashMap.Node next,
int size)
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.