A ConcurrentSet
is a Set 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 set for which the partial function is defined and applies the function to it.
Finds the first element of a set for which the partial function is defined and applies the function to it.
Attributes
Tests whether if the element is in the set.
Tests whether if the element is in the set.
Attributes
Tests if the elements in the collection are a subset of the set.
Tests if the elements in the collection are a subset of the set.
Attributes
Tests whether a given predicate holds true for at least one element in the set.
Tests whether a given predicate holds true for at least one element in the set.
Attributes
Retrieves the elements in which predicate is satisfied.
Retrieves the elements in which predicate is satisfied.
Attributes
Folds the elements of a set using the given binary operator.
Folds the elements of a set using the given binary operator.
Attributes
Tests whether a predicate is satisfied by all elements of a set.
Tests whether a predicate is satisfied by all elements of a set.
Attributes
True if there are no elements in the set.
True if there are no elements in the set.
Attributes
Removes the entry for the given value if it is mapped to an existing element.
Removes the entry for the given value if it is mapped to an existing element.
Attributes
Removes all the entries for the given values if they are mapped to an existing element.
Removes all the entries for the given values if they are mapped to an existing element.
Attributes
Removes all elements which satisfy the given predicate.
Removes all elements which satisfy the given predicate.
Attributes
Retain all the entries for the given values if they are mapped to an existing element.
Retain all the entries for the given values if they are mapped to an existing element.
Attributes
Removes all elements which do not satisfy the given predicate.
Removes all elements which do not satisfy the given predicate.
Attributes
Convert the ConcurrentSet to Set.
Convert the ConcurrentSet to Set.