Returns the collection of values associated with the key.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- key
- Type: K
the key whose associated values are to be returned
Return Value
Type: ICollectionVthe collection of the values associated with the key.
See Also