final class ConcurrentLinkedHashMap.RemovalTask
extends Object
implements Runnable
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentLinkedHashMap.Node<K,V> |
node |
| Constructor and Description |
|---|
RemovalTask(ConcurrentLinkedHashMap.Node<K,V> node) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
final ConcurrentLinkedHashMap.Node<K,V> node
RemovalTask(ConcurrentLinkedHashMap.Node<K,V> node)
Copyright © 2010-2020 Toolsverse. All Rights Reserved.