Books
A collection of books.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Book add( File fullName, Object withProperties )
Creates a new book.
Parameters
Number count()
Displays the number of elements in the Book.
Book item( Mixed index )
Returns the Book with the specified index or name.
Parameters
Book itemByName( String name )
Returns the Book with the specified name.
Parameters
Book itemByRange( Mixed from, Mixed to )
Returns the Books within the specified range.
Parameters
Book firstItem()
Returns the first Book in the collection.
Book lastItem()
Returns the last Book in the collection.
Book middleItem()
Returns the middle Book in the collection.
Book previousItem( Book obj )
Returns the Book with the index previous to the specified index.
Parameters
Book nextItem( Book obj )
Returns the Book whose index follows the specified Book in the collection.
Parameters
Book anyItem()
Returns any Book in the collection.
Book everyItem()
Returns every Book in the collection.
String toSource()
Generates a string which, if executed, will return the Book.
Book []( Number index )
Returns the Book with the specified index.