jfun.util.dict
Interface Map

All Known Subinterfaces:
Dict

public interface Map

to map a key to a value.

Author:
Ben Yu Dec 31, 2004

Method Summary
 java.lang.Object get(java.lang.Object key)
          Get the corresponding value of a key.
 

Method Detail

get

public java.lang.Object get(java.lang.Object key)
Get the corresponding value of a key.

Parameters:
key - the key.
Returns:
the value.