Click or drag to resize

IMapTKey, TValueIsEmpty Method

Returns true if this map contains no entries.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
bool IsEmpty()

Return Value

Type: Boolean
true if this map contains no entries
Remarks
Returns true if this map contains no entries.
See Also