Class SoftIdentityMap<K,V> 
java.lang.Object
org.apache.maven.impl.cache.SoftIdentityMap<K,V> 
- Type Parameters:
- K- the type of keys maintained by this map
- V- the type of mapped values
- All Implemented Interfaces:
- Map<K,- V> 
- 
Nested Class Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
SoftIdentityMappublic SoftIdentityMap()
 
- 
- 
Method Details- 
computeIfAbsent
- 
size
- 
isEmpty
- 
containsKey- Specified by:
- containsKeyin interface- Map<K,- V> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<K,- V> 
 
- 
get
- 
put
- 
remove
- 
putAll
- 
clear
- 
keySet
- 
values
- 
entrySet
 
-