org.ejtools.adwt.util
Interface ObjectIndexer

All Known Implementing Classes:
DefaultObjectIndexer

public interface ObjectIndexer

Version:
$Revision: 1.3 $
Author:
Laurent Etiemble

Method Summary
 java.lang.Object get(java.lang.Object key)
          Description of the Method
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          Description of the Method
 java.lang.Object remove(java.lang.Object key)
          Description of the Method
 

Method Detail

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Description of the Method

Parameters:
key - Description of the Parameter
value - Description of the Parameter
Returns:
Description of the Return Value

remove

public java.lang.Object remove(java.lang.Object key)
Description of the Method

Parameters:
key - Description of the Parameter
Returns:
Description of the Return Value

get

public java.lang.Object get(java.lang.Object key)
Description of the Method

Parameters:
key - Description of the Parameter
Returns:
Description of the Return Value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.