dojox/collections/_base (version 1.10)

See the dojox/collections/_base reference documentation for more information.

Property Summary

Method Summary

  • ArrayList(arr) Returns a new object of type dojox.collections.ArrayList
  • BinaryTree(data)
  • Dictionary(dictionary) Returns an object of type dojox.collections.Dictionary
  • DictionaryEntry(k,v) return an object of type dojox.collections.DictionaryEntry
  • DictionaryIterator(obj) return an object of type dojox.collections.DictionaryIterator
  • Iterator(a) return an object of type dojox.collections.Iterator
  • Queue(arr) return an object of type dojox.collections.Queue
  • SortedList(dictionary) creates a collection that acts like a dictionary but is also internally sorted.
  • Stack(arr) returns an object of type dojox.collections.Stack

Properties

Set
Defined by: dojox/collections/Set

Methods

ArrayList(arr)

Returns a new object of type dojox.collections.ArrayList

Parameter Type Description
arr array
Optional
BinaryTree(data)
Parameter Type Description
data undefined
Dictionary(dictionary)

Returns an object of type dojox.collections.Dictionary

Parameter Type Description
dictionary dojox.collections.Dictionary
Optional
DictionaryEntry(k,v)

return an object of type dojox.collections.DictionaryEntry

Parameter Type Description
k string
v object
DictionaryIterator(obj)

return an object of type dojox.collections.DictionaryIterator

Parameter Type Description
obj object
Iterator(a)

return an object of type dojox.collections.Iterator

Parameter Type Description
a array
Queue(arr)

return an object of type dojox.collections.Queue

Parameter Type Description
arr array
Optional
SortedList(dictionary)

creates a collection that acts like a dictionary but is also internally sorted. Note that the act of adding any elements forces an internal resort, making this object potentially slow.

Parameter Type Description
dictionary object
Optional
Stack(arr)

returns an object of type dojox.collections.Stack

Parameter Type Description
arr array
Optional
Error in the documentation? Can’t find what you are looking for? Let us know!