-
-
Method Summary
default void
default boolean
default boolean
default boolean
default void
default int
Creates a mutable copy of the context map.
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
toMap
Creates a mutable copy of the context map.
-
size
default int size()
- Specified by:
size
in interface Map<K,V>
-
isEmpty
default boolean isEmpty()
- Specified by:
isEmpty
in interface Map<K,V>
-
-
-
get
- Specified by:
get
in interface Map<K,V>
-
put
default V put(K key,
V value)
- Specified by:
put
in interface Map<K,V>
-
-
putAll
default void putAll(Map<? extends K,? extends V> m)
- Specified by:
putAll
in interface Map<K,V>
-
clear
default void clear()
- Specified by:
clear
in interface Map<K,V>
-
-
-
entrySet
- Specified by:
entrySet
in interface Map<K,V>