MutableMap::keys
Returns a MutableVector
containing the keys of the current MutableMap
public function keys(): MutableVector<Tk>;
Returns
MutableVector<Tk>
- aMutableVector
containing the keys of the currentMutableMap
.
Returns a MutableVector
containing the keys of the current MutableMap
public function keys(): MutableVector<Tk>;
MutableVector<Tk>
- a MutableVector
containing the keys of the current
MutableMap
.