Overload List
Name | Description | |
---|---|---|
EntrySet |
Returns a
ICollectionT
clone of the mappings contained in this map.
The set is NOT backed by the map,
so changes to the map are NOT reflected in the set, and vice-versa.
| |
EntrySet(IPredicate) |
Queries the map based on the specified predicate and
returns the matching entries.
|
See Also