Map.domainSet Method

Creates a set of the key (domain) values in a map.

Syntax

public Set domainSet()

Run On

Called

Remarks

This method is obsolete; use Map.keySet instead.

See Also

Reference

Map Class