Method remove(Object key)
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
remove("");
2
Object o = remove(this);
3
table.remove(keysIter.next());
4
public void remove(JavaClass clazz) { _map.remove(clazz.getClassName()); }
5
cache.remove(rec.getType() + ":" + rec.getPrimaryKey());
6
attributes.remove(name);
7
nodeLookup.remove(entry);
8
storeValidityMap.remove(new Long (storeID));
9
map.remove(key);
10
workingSetDescriptors.remove(id);
11
remove(prefix);
12
return map.remove(key);
13
Stack stack = (Stack)(_pools.remove(key));
14
Long time = (Long)m_keyToTimeMap.remove( key );
15
objectCache.remove(cachedObject);
16
return backingStore.remove(key);
17
return (schedulers.remove(uId) != null);
18
loadedClasses.remove(clazz.getClassName());
19
WeakReference wr = (WeakReference)hm.remove (new Integer (i.getOid ()));
20
_lovs.remove( p_LovID );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.