Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.