Interface IEconomyConcurrentMap<K,V>
- All Superinterfaces:
ConcurrentMap<K,,V> Map<K,V>
- All Known Implementing Classes:
EconomyConcurrentHashMap
TODO add Javadoc
- Since:
- 7.1
- Version:
- 1.0
- Author:
- Yechiel Fefer
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionputIfAbsent(K key, V value, boolean unstableKey) voidsetKeyUnstable(K key) Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
setKeyUnstable
-
putIfAbsent
-