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 2001-2021, Terracotta, Inc.