Wrapper over java.util.concurrent.ConcurrentHashMap
.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Finds the first element of a map for which the partial function is defined and applies the function to it.
Finds the first element of a map for which the partial function is defined and applies the function to it.
Attributes
Attempts to compute a mapping for the specified key and its current mapped value (or None if there is no current mapping).
Attempts to compute a mapping for the specified key and its current mapped value (or None if there is no current mapping).
Attributes
Computes a value of a non-existing key.
Computes a value of a non-existing key.
Attributes
Attempts to compute a new mapping of an existing key.
Attempts to compute a new mapping of an existing key.
Attributes
Tests whether a given predicate holds true for at least one element in a map.
Tests whether a given predicate holds true for at least one element in a map.
Attributes
Folds the elements of a map using the given binary operator.
Folds the elements of a map using the given binary operator.
Attributes
Tests whether a predicate is satisfied by all elements of a map.
Tests whether a predicate is satisfied by all elements of a map.
Attributes
Retrieves the value associated with the given key.
Retrieves the value associated with the given key.
Attributes
Adds a new key-value pair and optionally returns previously bound value.
Adds a new key-value pair and optionally returns previously bound value.
Attributes
Adds all new key-value pairs
Adds all new key-value pairs
Attributes
Adds a new key-value pair, unless the key is already bound to some other value.
Adds a new key-value pair, unless the key is already bound to some other value.
Attributes
Removes the entry for the given key, optionally returning value associated with it.
Removes the entry for the given key, optionally returning value associated with it.
Attributes
Removes the entry for the given key if it is mapped to a given value.
Removes the entry for the given key if it is mapped to a given value.
Attributes
Removes all elements which do not satisfy the given predicate.
Removes all elements which do not satisfy the given predicate.
Attributes
Replaces the entry for the given key only if it is mapped to some value.
Replaces the entry for the given key only if it is mapped to some value.
Attributes
Replaces the entry for the given key only if it was previously mapped to a given value.
Replaces the entry for the given key only if it was previously mapped to a given value.
Attributes
Removes all elements which do not satisfy the given predicate.
Removes all elements which do not satisfy the given predicate.
Attributes
Collects all entries into a chunk.
Collects all entries into a chunk.