Click or drag to resize

SortedMapBaseKey, ValueisEmpty Method

Check if map is empty

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool isEmpty()

Return Value

Type: Boolean
true if map is empty; otherwise false
See Also