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