Returns number of values matching to given key in the multimap.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- key
- Type: K
the key whose values count are to be returned
Return Value
Type: Int32number of values matching to given key in the multimap.
See Also