Overview | Methods | This Package | All Packages
Retrieves the complete list of values stored in the hash table. This list is not sorted.
Syntax
public Object[] getValues()
public Object[] getValues( Class cls )
public Object[] getValues( Object[] val )
public Object[] getValues( Object[] val, int offset )
Parameters
cls
The class to create the array from.
val
The Object array to populate with the values.
offset
The index into the val array to begin retrieving keys.
Return Value
Returns the Object array of values.
Exceptions
WFCInvalidArgumentException thrown if the val array is not large enough to hold the list of keys, the offset parameter is out of bounds, or the offset parameter is too small.