Map.rangeSet Method

Returns a set that contains the values (ranges) mapped to by the keys in a map.

Syntax

public Set rangeSet()

Run On

Called

Remarks

This method is obsolete; use Map.valueSet instead.

See Also

Reference

Map Class