public static class ExpiryLRUMap.Node<KEY,VALUE> extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreateTimestamp() |
VALUE |
getData() |
VALUE |
getDataIfExpiry() |
ExpiryLRUMap<KEY,VALUE> |
getExpiryLRUMap() |
long |
getExpiryTime() |
long |
getExpiryTimestamp() |
KEY |
getKey() |
boolean |
isExpiry() |
String |
toString() |
public ExpiryLRUMap<KEY,VALUE> getExpiryLRUMap()
public long getExpiryTime()
public VALUE getDataIfExpiry()
public VALUE getData()
public KEY getKey()
public long getExpiryTimestamp()
public long getCreateTimestamp()
public boolean isExpiry()
Copyright © 2021. All rights reserved.