Class comb.collections.Collection
Base class for all collections
Defined in: Collection.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
concat()
Concats two collections
|
|
indexOf()
Find the index of an item in a collection
|
|
join()
Joins two collections
|
|
Find the last index of an item in a collection
|
|
slice()
Slice a portion from a collection
|
|
toString()
Convert a collection to a string
|
Method Detail
concat()
Concats two collections
indexOf()
Find the index of an item in a collection
join()
Joins two collections
lastIndexOf()
Find the last index of an item in a collection
slice()
Slice a portion from a collection
toString()
Convert a collection to a string