Microsoft SDK for Java

List.pushItem

Inserts an item into the stack.

Syntax

public void pushItem( Object item )

Parameters

item

The item to insert into the stack.

Remarks

The item is inserted at the end of the list.

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