Method put(K key, V value)
Return type:
java.lang.Object
<V>
Member of:
java.util.Hashtable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
items.put("clip", "");
2
jarEntries.put("qa/application/jars/Test10.jar", "5485,false,null,4153,8");
3
state.put("vector", vector.clone());
4
in.put("strvalue", value);
5
files.put(file, "");
6
in.put("datamodel.TermRelationship.type", type);
7
items.put("height", new Integer("0"));
8
if (headerValue != null) result.put( headerName, headerValue );
9
struct.put(key, new Integer(value));
10
prop.put(key, value);
11
destination.put(key, value);
12
this.put(name,attribute);
13
rulesXpanded.put(key, ret);
14
return (String) stringProps.put(key, Integer.toString(value));
15
myProperties.put(key, value);
16
subroutineTable.put(v.toLowerCase(),t);
17
this.columns.put(id, column);
18
attributes.put(key, object);
19
if(obj instanceof XYConstraints) info.put(component, obj);
20
getNameTable(getMethodCache(isStatic), name).put(c, value);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.