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

  • Provides:

    • dojox.collections.ArrayList
  • Requires:

    • dojox.collections._base in common
  • dojox.collections.ArrayList

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

    • type
      Number
  • dojox.collections.ArrayList.add

    • parameters:
      • obj: (typeof object)
    • type
      Function
  • dojox.collections.ArrayList.addRange

    • parameters:
      • a: (typeof array)
    • type
      Function
  • dojox.collections.ArrayList.clear

    • type
      Function
  • dojox.collections.ArrayList.clone

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

    • parameters:
      • obj: (typeof object)
    • returns
      bool
    • type
      Function
  • dojox.collections.ArrayList.forEach

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

    • returns
      dojox.collections.Iterator
    • type
      Function
  • dojox.collections.ArrayList.indexOf

    • parameters:
      • obj: (typeof object)
    • returns
      int
    • type
      Function
  • dojox.collections.ArrayList.insert

    • parameters:
      • i: (typeof int)
      • obj: (typeof object)
    • type
      Function
  • dojox.collections.ArrayList.item

    • parameters:
      • i: (typeof int)
    • returns
      object
    • type
      Function
  • dojox.collections.ArrayList.remove

    • parameters:
      • obj: (typeof object)
    • type
      Function
  • dojox.collections.ArrayList.removeAt

    • parameters:
      • i: (typeof int)
    • type
      Function
  • dojox.collections.ArrayList.reverse

    • type
      Function
  • dojox.collections.ArrayList.sort

    • parameters:
      • fn: (typeof function)
    • type
      Function
  • dojox.collections.ArrayList.setByIndex

    • parameters:
      • i: (typeof int)
      • obj: (typeof object)
    • type
      Function
  • dojox.collections.ArrayList.toArray

    • type
      Function
  • dojox.collections.ArrayList.toString

    • parameters:
      • delim: (typeof string)
    • type
      Function
  • dojox.collections

    • type
      Object
  • dojox

    • type
      Object