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

  • Provides:

    • dojox.collections.SortedList
  • Requires:

    • dojox.collections._base in common
  • dojox.collections.SortedList

    • parameters:
      • dictionary: (typeof object)
    • returns
      dojox.collections.SortedList|bool|dojox.collections.DictionaryEntry|object|dojox.collections.DictionaryIterator|array|int
    • type
      Function
  • dojox.collections.SortedList.count

    • type
      Object
  • dojox.collections.SortedList.add

    • parameters:
      • k: (typeof string)
      • v: (typeof object)
    • type
      Function
  • dojox.collections.SortedList.clear

    • type
      Function
  • dojox.collections.SortedList.clone

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

    • type
      Function
  • dojox.collections.SortedList.containsKey

    • parameters:
      • k: (typeof string)
    • returns
      bool
    • type
      Function
  • dojox.collections.SortedList.containsValue

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

    • parameters:
      • arr: (typeof array)
      • i: (typeof int)
    • type
      Function
  • dojox.collections.SortedList.entry

    • parameters:
      • k: (typeof string)
    • returns
      dojox.collections.DictionaryEntry
    • type
      Function
  • dojox.collections.SortedList.forEach

    • parameters:
      • fn: (typeof function)
      • scope: (typeof object)
    • type
      Function
  • dojox.collections.SortedList.getByIndex

    • parameters:
      • i: (typeof int)
    • returns
      object
    • type
      Function
  • dojox.collections.SortedList.getIterator

    • returns
      dojox.collections.DictionaryIterator
    • type
      Function
  • dojox.collections.SortedList.getKey

    • parameters:
      • i: (typeof int)
    • type
      Function
  • dojox.collections.SortedList.getKeyList

    • returns
      array
    • type
      Function
  • dojox.collections.SortedList.getValueList

    • returns
      array
    • type
      Function
  • dojox.collections.SortedList.indexOfKey

    • parameters:
      • k: (typeof string)
    • returns
      int
    • type
      Function
  • dojox.collections.SortedList.indexOfValue

    • parameters:
      • o: (typeof object)
    • returns
      int
    • type
      Function
  • dojox.collections.SortedList.item

    • parameters:
      • k: (typeof string)
    • returns
      object
    • type
      Function
  • dojox.collections.SortedList.remove

    • parameters:
      • k: (typeof string)
    • type
      Function
  • dojox.collections.SortedList.removeAt

    • parameters:
      • i: (typeof int)
    • type
      Function
  • dojox.collections.SortedList.replace

    • parameters:
      • k: (typeof string)
      • v: (typeof object)
    • returns
      bool
    • type
      Function
  • dojox.collections.SortedList.setByIndex

    • parameters:
      • i: (typeof int)
      • o: (typeof object)
    • type
      Function
  • dojox.collections

    • type
      Object
  • dojox

    • type
      Object