LinkedHashTable.entries Method

Returns the entries contained in the hash table. The ordering of the entries is guaranteed to be in iteration order.
 

Return Value


Type: Array
ElementType: Object
The collection of values contained in the hash table.