Method remove(Object key)
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
h.remove(this);
2
System.getProperties().remove( "proxyHost" );
3
p.remove("system.dir");
4
jarEntries.remove("qa/application/AntProjects/MyAntProjectsBlankAntProject.xml");
5
remove(i.next());
6
fileTable.remove(fileName);
7
params.remove(name);
8
map.remove(extn.toLowerCase());
9
attributes.remove(s);
10
attributes.remove(name);
11
entries.remove(filename);
12
return environment.remove(propName);
13
my_parameters.remove(name);
14
attributes.remove(key);
15
stringProps.remove(key);
16
thirdPartyLafs.remove(lafClassName);
17
_parameters.remove( name );
18
info.remove(component);
19
scrollSpecs.remove(spec.getComponent());
20
this.contingentSizes.remove(context);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.