Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/collections/Stack.js

  • Provides:

    • dojox.collections.Stack
  • Requires:

    • dojox.collections._base in common
  • dojox.collections.Stack

    • parameters:
      • arr: (typeof array)
    • returns
      bool|dojox.collections.Iterator|object|array
    • type
      Function
  • dojox.collections.Stack.count

    • type
      Object
  • dojox.collections.Stack.clear

    • type
      Function
  • dojox.collections.Stack.clone

    • type
      Function
  • dojox.collections.Stack.contains

    • parameters:
      • o: (typeof object)
    • returns
      bool
    • type
      Function
  • dojox.collections.Stack.copyTo

    • parameters:
      • arr: (typeof array)
      • i: (typeof int)
    • type
      Function
  • dojox.collections.Stack.forEach

    • parameters:
      • fn: (typeof function)
      • scope: (typeof object)
    • type
      Function
  • dojox.collections.Stack.getIterator

    • returns
      dojox.collections.Iterator
    • type
      Function
  • dojox.collections.Stack.peek

    • returns
      object
    • type
      Function
  • dojox.collections.Stack.pop

    • returns
      object
    • type
      Function
  • dojox.collections.Stack.push

    • parameters:
      • o: (typeof object)
    • type
      Function
  • dojox.collections.Stack.toArray

    • returns
      array
    • type
      Function
  • dojox.collections

    • type
      Object
  • dojox

    • type
      Object