Class ImmutableMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.apache.maven.surefire.api.util.internal.ImmutableMap<K,V>
- Type Parameters:
K- keyV- value
- All Implemented Interfaces:
Map<K,V>
Copies input map in
constructor, and Entries are linked and thread-safe.
The map is immutable with linear list of entries.- Since:
- 2.20
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ImmutableMap
-
-
Method Details
-
entrySet
-