|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISimpleMap
ISimpleMap is a minimal Map interface.
Copyright (c) SAP AG 2001-2004
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void clear()
Object get(Object key)
null
void 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
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||