Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

List.dequeueItemOrNull

Removes an item from the beginning of the list. This removes the item stored at the 0 index.

Syntax

public Object dequeueItemOrNull()

Return value

Returns the item that was removed, or returns null if there are no items in the list.