public class SelfDestructiveMap<K extends Comparable<K>,S extends SelfDestructive> extends Object
| Constructor and Description |
|---|
SelfDestructiveMap(Stint defaultTimeoutStint) |
SelfDestructiveMap(Stint defaultTimeoutStint,
Stint pulseTimeStint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
S |
get(K key) |
S |
putIfAbsent(K key,
S value) |
S |
putIfAbsent(K key,
S value,
Stint timeoutStint) |
void |
shutdown() |
public SelfDestructiveMap(Stint defaultTimeoutStint)
public void shutdown()
throws InterruptedException
InterruptedExceptionprotected void finalize()
throws InterruptedException
finalize in class ObjectInterruptedExceptionCopyright © 2020. All rights reserved.