Java.Util.AbstractMap.IsEmpty Property
Returns whether this map is empty.

Syntax

[get: Android.Runtime.Register("isEmpty", "()Z", "GetIsEmptyHandler")]
public virtual bool IsEmpty { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this map is empty.

This implementation compares size() to 0.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1