Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll 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.