Retrieves the complete list of values stored in the hash table. This list is not sorted.
public Object[] getValues()
public Object[] getValues( Class cls )
public Object[] getValues( Object[] val )
public Object[] getValues( Object[] val, int offset )
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.
Returns the Object array of values.
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.