Class Banana.Util.ArrayBiCollection
Defined in: ArrayBiCollection.js.
Class Detail
Banana.Util.ArrayBiCollection()
Array bi collection is a wrapper class holding two Banana.Util.ArrayUniCollection In one we keep track of key -> index. In the other key -> data.
Method Detail
Adds new item to the collection. Key in string or int format.
- Parameters:
- {String} key
- {mixed} item
Clones the collection
- Returns:
- {Banana.Util.ArrayBiCollection}