Open this page in the API Guide

LinkedHashTable.values Method

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

Return Value


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