K
- The key typeV
- The value typepublic final class WeakIdentityConcurrentMap<K,V> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
WeakIdentityConcurrentMap.CleanUpTask<T> |
Constructor and Description |
---|
WeakIdentityConcurrentMap()
Constructor
|
WeakIdentityConcurrentMap(WeakIdentityConcurrentMap.CleanUpTask<V> cleanUpTask)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
V |
get(K key) |
Set<K> |
keySet() |
V |
put(K key,
V value)
Puts into the underlying
|
V |
putIfAbsent(K key,
V value)
Puts into the underlying
|
V |
remove(K key)
Remove from the underlying
|
String |
toString() |
public WeakIdentityConcurrentMap()
public WeakIdentityConcurrentMap(WeakIdentityConcurrentMap.CleanUpTask<V> cleanUpTask)
cleanUpTask
- Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.