List.popItemOrNull

Overview | Methods | This Package | All Packages

List.popItemOrNull

Retrieves and removes the topmost item in the stack.

Syntax

public Object popItemOrNull()

Return Value

Returns the last item in the list, or returns null if there are no items.