com.sapportals.wcm.protocol.webdav

Interface ISimpleMap

All Known Subinterfaces:
IGenerationCache
All Known Implementing Classes:
DiscardingCache

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

clear

void clear()
Clear the map, remove all entries


get

Object get(Object key)
Lookup the value for the given key.

Returns:
value for key or null

put

void put(Object key,
         Object value)
Associate the given value with the given key

Parameters:
key - to get the value with
value - the value to store

remove

void remove(Object key)
Remote the value (if any) for the given key

Parameters:
key - the key which shall be removed
Access Rights

This class can be accessed from:


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 2014 SAP AG Complete Copyright Notice