public class SelfDestructiveKey<K extends Comparable<K>> extends Object implements Comparable<SelfDestructiveKey<K>>
| Constructor and Description |
|---|
SelfDestructiveKey(K mapKey,
Stint timeoutStint) |
SelfDestructiveKey(Stint timeoutStint) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SelfDestructiveKey<K> key) |
boolean |
equals(Object obj) |
long |
getIgnitionTime() |
K |
getMapKey() |
Stint |
getTimeoutStint() |
int |
hashCode() |
public SelfDestructiveKey(Stint timeoutStint)
public K getMapKey()
public Stint getTimeoutStint()
public long getIgnitionTime()
public int compareTo(SelfDestructiveKey<K> key)
compareTo in interface Comparable<SelfDestructiveKey<K extends Comparable<K>>>Copyright © 2020. All rights reserved.