See the dojox/collections/_base reference documentation for more information.
Returns a new object of type dojox.collections.ArrayList
| Parameter | Type | Description |
|---|---|---|
| arr | array |
Optional
|
Returns an object of type dojox.collections.Dictionary
| Parameter | Type | Description |
|---|---|---|
| dictionary | dojox.collections.Dictionary |
Optional
|
return an object of type dojox.collections.DictionaryEntry
| Parameter | Type | Description |
|---|---|---|
| k | string | |
| v | object |
return an object of type dojox.collections.DictionaryIterator
| Parameter | Type | Description |
|---|---|---|
| obj | object |
return an object of type dojox.collections.Iterator
| Parameter | Type | Description |
|---|---|---|
| a | array |
return an object of type dojox.collections.Queue
| Parameter | Type | Description |
|---|---|---|
| arr | array |
Optional
|
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
|
returns an object of type dojox.collections.Stack
| Parameter | Type | Description |
|---|---|---|
| arr | array |
Optional
|