Searched defs:ArrayList (Results 1 - 2 of 2) sorted by relevance

/yui3/src/recordset/js/
H A Drecordset-base.js10 var ArrayList = Y.ArrayList, variable
22 @uses ArrayList
587 Y.augment(Recordset, ArrayList);
/yui3/src/collection/js/
H A Darraylist.js12 * Generic ArrayList class for managing lists of items and iterating operations
16 * ArrayList, then use ArrayList.addMethod to mirror the API of the constituent
23 * @class ArrayList
27 function ArrayList( items ) { function
60 * @return { ArrayList } this instance
130 * @return { Array } an array representation of the ArrayList
141 * methods added with <code>ArrayList.addMethod()</code>.
152 Y.mix(ArrayList.prototype, ArrayListProto);
154 Y.mix( ArrayList, {
[all...]

Completed in 495 milliseconds