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/Queue.js

  • Provides:

    • dojox.collections.Queue
  • Requires:

    • dojox.collections._base in common
  • dojox.collections.Queue

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

    • type
      Object
  • dojox.collections.Queue.clear

    • type
      Function
  • dojox.collections.Queue.clone

    • returns
      dojox.collections.Queue
    • type
      Function
  • dojox.collections.Queue.contains

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

    • parameters:
      • arr: (typeof array)
      • i: (typeof int)
    • type
      Function
  • dojox.collections.Queue.dequeue

    • returns
      object
    • type
      Function
  • dojox.collections.Queue.enqueue

    • parameters:
      • o: (typeof object)
    • type
      Function
  • dojox.collections.Queue.forEach

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

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

    • type
      Function
  • dojox.collections.Queue.toArray

    • type
      Function
  • dojox.collections

    • type
      Object
  • dojox

    • type
      Object