List.empty Method

Determines whether a list is empty.

Syntax

public boolean empty()

Run On

Called

Return Value

Type: boolean
true if the list is empty; otherwise, false.

See Also

List Class

List.elements Method