HashTable.getKeys

Overview | Methods | This Package | All Packages

HashTable.getKeys

Retrieves the complete list of keys stored in the hash table. This list is not sorted.

Syntax

public Object[] getKeys()

public Object[] getKeys( Class cls )

public Object[] getKeys( Object[] val )

public Object[] getKeys( Object[] val, int offset )

Parameters

cls

The class to create the array from.

val

The Object array to populate with the keys.

offset

The index into the val array to start inserting keys.

Exceptions

WFCInvalidArguementException thrown if the length of the val array is less than the item count.