MutableSet::values
Returns a MutableVector
containing the values of the current
MutableSet
public function values(): MutableVector<Tv>;
This method is interchangeable with keys()
.
Returns
MutableVector<Tv>
- aMutableVector
(integer-indexed) containing the values of the currentMutableSet
.