1
0

More than 3 years have passed since last update.

map連想配列のメンバ関数リスト

Last updated at Posted at 2020-09-29
メソッド 概要
size 要素数が返り値
set(key,val) キーとバリューのペアをオブジェクトにセット
get(key) 指定したキーの要素を取得する
delete(key) 指定したキーの要素を削除する
has(key) 指定したキーの要素の有無を確認する
keys() すべてのキーの値を取得する
values() すべての値を取得する
entries すべてのキー、値のペアを取得する
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0