public interface ISimpleMap
Copyright (c) SAP AG 2001-2004
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the map, remove all entries
|
Object |
get(Object key)
Lookup the value for the given key.
|
void |
put(Object key,
Object value)
Associate the given value with the given key
|
void |
remove(Object key)
Remote the value (if any) for the given key
|
void clear()
Object get(Object key)
key - no descriptionnullvoid put(Object key, Object value)
key - to get the value withvalue - the value to storevoid remove(Object key)
key - the key which shall be removed| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice