public class TokenMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TokenMap(long tokenTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
Set |
entrySet() |
Object |
get(Object key) |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
Collection |
values() |
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, getOrDefault, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, size
equals, hashCode, toString
Copyright © 2003–2019 Atlassian. All rights reserved.