dojox.collections.Stack
dojo.require("dojox.collections.Stack");
defined in dojox/collections/Stack.js
Usage
function (/*Array?*/ arr) (view source)
parameter | type | description |
---|---|---|
arr | Array | Optional. |
FunctionsBack to top

Clear the internal array and reset the count

Create and return a clone of this Stack
get an iterator for this collection

Return the next item without altering the stack itself.

pop and return the next item on the stack

create and return an array based on the internal collection