HashSet.add

Adds a value to the hash set.

class HashSet(T)
final
void
add
()

Parameters

value T

The value added to the hash set.

Meta