Method put(K key, V value)
Return type: java.lang.Object<V>
Member of: java.util.HashMap
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 put("Called","Yes");
2 put("URL",b?"1":"0");
3 myMap.put("key1", "value1");
4 map.put("foo1", "bar1");
5 super.transientKeys.put("description",description);
6 put("", uri);
7 kitClass2Options.put(kitClass, this);
8 args.put("globalKey", "osff_"+entryId);
9 put(name, value);
10 c_Formats.put(unit, dcf);
11 viewList.put (jv.getFormatName (), jv);
12 return (Notation) notations.put(not.getName(),not);
13 data.put(obj.getClass().getName(), obj);
14 this.warningsMap.put(warningCode, warningMessage);
15 m.put(URLEncoder.encode(cells.more.text(), "UTF-8"), URLEncoder.encode(cells.more.more.text(), "UTF-8"));
16 attributeMap.put(m, txAtt);
17 guidToClass.put(iid, proxy);
18 header.put(name, new Long(date));
19 dynamicVars.put(key, value);
20 this.properties.put(key, value);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.